Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ hintNameImplementation
Method
hintNameImplementation
source/globjects/source/Object.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
{
28
29
void Object::hintNameImplementation(const NameImplementation impl)
30
{
31
ImplementationRegistry::current().initialize(impl);
32
}
33
34
35
Object::Object(IDResource * resource)
Callers
nothing calls this directly
Calls
1
initialize
Method · 0.45
Tested by
no test coverage detected