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

Method removeDataOutput

libchigraph/src/GraphFunction.cpp:262–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void GraphFunction::removeDataOutput(size_t idx) {
263 // invalidate the cache
264 module().updateLastEditTime();
265
266 if (idx < mDataOutputs.size()) { mDataOutputs.erase(mDataOutputs.begin() + idx); }
267 updateExits();
268}
269
270void GraphFunction::renameDataOutput(size_t idx, std::string newName) {
271 // invalidate the cache

Callers

nothing calls this directly

Calls 2

updateLastEditTimeMethod · 0.80
beginMethod · 0.80

Tested by

no test coverage detected