Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ foo
Method
foo
extension/test/injector.cpp:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
struct impl1 : i1 {
29
explicit impl1(std::unique_ptr<i2> sp2) { assert(sp2->bar() == 99); }
30
int foo() const override { return 42; }
31
};
32
33
struct app {
Callers
1
app
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected