Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
namespace chi {
5
6
std::string DataType::qualifiedName() const {
7
return module().fullName() +
":"
+ unqualifiedName();
8
}
9
10
} // namespace chi
Callers
nothing calls this directly
Calls
1
fullName
Method · 0.80
Tested by
no test coverage detected