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

Method initialize

test/test_application_context.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 construct_times++;
271 }
272 int initialize() {
273 initialize_times++;
274 return 0;
275 }
276 };
277 context.register_component(DefaultComponentHolder<S>::create());
278 auto ptr = context.component_accessor<S>().get();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected