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

Method removeExecInput

libchigraph/src/GraphFunction.cpp:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void GraphFunction::removeExecInput(size_t idx) {
315 // invalidate the cache
316 module().updateLastEditTime();
317
318 if (idx < mExecInputs.size()) { mExecInputs.erase(mExecInputs.begin() + idx); }
319 updateEntries();
320}
321
322void GraphFunction::renameExecInput(size_t idx, std::string name) {
323 // invalidate the cache

Callers

nothing calls this directly

Calls 2

updateLastEditTimeMethod · 0.80
beginMethod · 0.80

Tested by

no test coverage detected