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

Method qualifiedName

libchigraph/src/DataType.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace chi {
5
6std::string DataType::qualifiedName() const {
7 return module().fullName() + ":" + unqualifiedName();
8}
9
10} // namespace chi

Callers

nothing calls this directly

Calls 1

fullNameMethod · 0.80

Tested by

no test coverage detected