Red.git | lib/MetamodelX/Red/ | PreFetch.rakumod


unit role MetamodelX::Red::PreFetch;

has %!pre-fetches;

method pre-fetches(\model) {
  model.^relationships.keys.grep: !*.no-prefetch
}