MCPcopy Create free account
hub / github.com/baidu/babylon / S

Method S

test/test_application_context.cpp:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267TEST_F(ApplicationContextTest, get_as_singleton_only_create_once) {
268 struct S {
269 S() {
270 construct_times++;
271 }
272 int initialize() {
273 initialize_times++;
274 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected