Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ reset
Method
reset
tests/async/marl-test/pool_test.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
CtorDtorCounter() { ctor_count++; }
23
~CtorDtorCounter() { dtor_count++; }
24
static void reset() {
25
ctor_count = 0;
26
dtor_count = 0;
27
}
28
static int ctor_count;
29
static int dtor_count;
30
};
Callers
7
compile
Function · 0.45
compile
Function · 0.45
test_bit_set.cpp
File · 0.45
main.cpp
File · 0.45
common.cpp
File · 0.45
non-intrusive.cpp
File · 0.45
main.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected