MCPcopy Create free account
hub / github.com/chigraph/chigraph / removeExecOutput

Method removeExecOutput

libchigraph/src/GraphFunction.cpp:343–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void GraphFunction::removeExecOutput(size_t idx) {
344 // invalidate the cache
345 module().updateLastEditTime();
346
347 if (idx < mExecOutputs.size()) { mExecOutputs.erase(mExecOutputs.begin() + idx); }
348 updateExits();
349}
350
351void GraphFunction::renameExecOutput(size_t idx, std::string name) {
352 // invalidate the cache

Callers

nothing calls this directly

Calls 2

updateLastEditTimeMethod · 0.80
beginMethod · 0.80

Tested by

no test coverage detected