MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / SimpleService

Method SimpleService

src-test/server/ServiceTest.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9class SimpleService : public ServiceImpl<SimpleService, 0> {
10public:
11 SimpleService() = default;
12 ~SimpleService() override = default;
13
14 void invalidate() override { invalidated = true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected