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

Function getContextOptions

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

Source from the content-addressed store, hash-verified

911 return "Approx( " + doctest::toString(in.m_value) + " )";
912}
913const ContextOptions* getContextOptions() { return DOCTEST_BRANCH_ON_DISABLED(nullptr, g_cs); }
914
915DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH(4738)
916template <typename F>

Callers 8

skipPathFromFilenameFunction · 0.85
checkIfShouldThrowFunction · 0.85
color_to_streamFunction · 0.85
logMethod · 0.85
ResultMethod · 0.85
binary_assertMethod · 0.85
unary_assertMethod · 0.85
doctest_fwd.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected