Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
auto test() {
31
auto injector = di::make_injector(module());
32
return injector.create<std::unique_ptr<I>>();
33
}
34
35
//<-
36
int main() {}
Callers
nothing calls this directly
Calls
2
module
Function · 0.70
make_injector
Function · 0.50
Tested by
no test coverage detected