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

Method fullName

libchigraph/include/chi/ChiModule.hpp:61–61  ·  view source on GitHub ↗

Get the full name of the module \return The full name

Source from the content-addressed store, hash-verified

59 /// Get the full name of the module
60 /// \return The full name
61 std::string fullName() const { return mFullName.generic_string(); }
62 /// Get the full name of the module in a path
63 /// \return The full name, as a boost::filesystem::path
64 boost::filesystem::path fullNamePath() const { return mFullName; }

Callers 15

ContextTests.cppFile · 0.80
mainFunction · 0.80
qualifiedNameMethod · 0.80
GraphFuncCallTypeMethod · 0.80
codegenMethod · 0.80
nodesWithTypeMethod · 0.80
removeLocalVariableMethod · 0.80
renameLocalVariableMethod · 0.80
retypeLocalVariableMethod · 0.80
setNameMethod · 0.80
qualifiedNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected