Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ impl1
Method
impl1
extension/test/providers/runtime_provider.cpp:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
struct impl1 : i1 {
48
explicit impl1(std::unique_ptr<i2> sp2) { assert(sp2->bar() == 99); }
49
int foo() const override { return 42; }
50
};
51
Callers
nothing calls this directly
Calls
1
bar
Method · 0.45
Tested by
no test coverage detected