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

Function test

benchmark/bind_interface/di.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30auto test() {
31 auto injector = di::make_injector(module());
32 return injector.create<std::unique_ptr<I>>();
33}
34
35//<-
36int main() {}

Callers

nothing calls this directly

Calls 2

moduleFunction · 0.70
make_injectorFunction · 0.50

Tested by

no test coverage detected