MCPcopy 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

28struct impl1 : i1 {
29 explicit impl1(std::unique_ptr<i2> sp2) { assert(sp2->bar() == 99); }
30 int foo() const override { return 42; }
31};
32
33struct app {

Callers 1

appMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected