MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / setOption

Method setOption

tests/framework/src/doctest.cpp:939–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937void Context::addFilter(const char*, const char*) {}
938void Context::clearFilters() {}
939void Context::setOption(const char*, bool) {}
940void Context::setOption(const char*, int) {}
941void Context::setOption(const char*, const char*) {}
942bool Context::shouldExit() { return false; }

Callers

nothing calls this directly

Calls 3

toStringFunction · 0.70
StringClass · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected