MCPcopy Create free account
hub / github.com/KjellKod/g3log / RuntimeLoadedLib

Method RuntimeLoadedLib

test_unit/tester_sharedlib.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13struct RuntimeLoadedLib : public SomeLibrary {
14
15 RuntimeLoadedLib() {
16 LOG(INFO) << "Library was created";
17 LOGF(INFO, "Ready for testing");
18 }
19
20 ~RuntimeLoadedLib() {
21 LOG(G3LOG_DEBUG) << "Library destroyed";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected