MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / main

Function main

sample/checkAndlogLarge.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22// static_assert(checkAndlogLarge(100));
23
24int32_t main()
25{
26 std::cout << checkAndlogLarge(100) << std::endl;
27 return 0;
28}

Callers

nothing calls this directly

Calls 1

checkAndlogLargeFunction · 0.85

Tested by

no test coverage detected