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

Method initialize

test/test_application_context.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 {
172 struct Initializable {
173 int initialize(ApplicationContext&, const Any&) {
174 initialized = 1;
175 return 0;
176 }
177 int initialize(ApplicationContext&) {
178 initialized = 2;
179 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected