MCPcopy Create free account
hub / github.com/LancePutnam/Gamma / pushCommand

Method pushCommand

src/Scheduler.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void Scheduler::pushCommand(Command::Type type, ProcessNode * object, ProcessNode * other){
239 other->mDeletable=true;
240 Command c = { type, object, other };
241 mAddCommands.push(c);
242}
243
244void Scheduler::hpUpdateControlFuncs(double dt){
245 Funcs::iterator it = mFuncs.begin();

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected