MCPcopy Create free account
hub / github.com/AshampooSystems/boden / init

Method init

framework/foundation/platforms/mac/src/platform/macplatform.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 namespace platform
17 {
18 void MacHooks::init() { Hooks::get() = std::make_unique<MacHooks>(); }
19
20 void MacHooks::debuggerPrint(const std::string &text) { std::cerr << text << std::endl; }
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected