MCPcopy Create free account
hub / github.com/boost-ext/di / module

Function module

benchmark/create_simple/fruit.cpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111// clang-format on
112
113fruit::Component<Simple> module() { return fruit::createComponent(); }
114
115int main() {
116 fruit::Injector<Simple> injector{module()};

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected