MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / saveModule

Method saveModule

BambooTracker/io/module_io.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void ModuleIO::saveModule(BinaryContainer& ctr, const std::weak_ptr<Module> mod,
66 const std::weak_ptr<InstrumentsManager> instMan)
67{
68 handler_.at("btm")->save(ctr, mod, instMan);
69}
70
71void ModuleIO::loadModule(const BinaryContainer& ctr, std::weak_ptr<Module> mod,
72 std::weak_ptr<InstrumentsManager> instMan)

Callers 2

Calls 2

saveMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected