Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ hintBinaryImplementation
Method
hintBinaryImplementation
source/globjects/source/Program.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
void Program::hintBinaryImplementation(const BinaryImplementation impl)
46
{
47
ImplementationRegistry::current().initialize(impl);
48
}
49
50
51
Program::Program()
Callers
nothing calls this directly
Calls
1
initialize
Method · 0.45
Tested by
no test coverage detected