Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ ~NormalClass
Method
~NormalClass
test/test_any.cpp:876–878 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
874
NormalClass() = default;
875
NormalClass(const NormalClass&) = default;
876
~NormalClass() {
877
destruct_times++;
878
}
879
size_t v1;
880
size_t v2;
881
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected