MCPcopy 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
45void Program::hintBinaryImplementation(const BinaryImplementation impl)
46{
47 ImplementationRegistry::current().initialize(impl);
48}
49
50
51Program::Program()

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected