MCPcopy Create free account
hub / github.com/devosoft/avida / LoadBatch

Function LoadBatch

avida-core/source/script/ASAnalyzeLib.cc:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 cGenotypeBatch* LoadBatch(cWorld* world, const cString& filename)
150 {
151 return LoadBatchWithInstSet(world, filename, &world->GetHardwareManager().GetInstSet());
152 }
153
154
155 cResourceHistory* LoadResourceHistory(const cString& filename)

Callers

nothing calls this directly

Calls 2

LoadBatchWithInstSetFunction · 0.85
GetInstSetMethod · 0.80

Tested by

no test coverage detected