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

Method qualifiedName

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

Source from the content-addressed store, hash-verified

530}
531
532std::string GraphFunction::qualifiedName() const { return module().fullName() + ":" + name(); }
533
534} // namespace chi

Callers 3

createEntryNodeTypeMethod · 0.45
createExitNodeTypeMethod · 0.45
retypeLocalVariableMethod · 0.45

Calls 1

fullNameMethod · 0.80

Tested by

no test coverage detected