MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / getInstance

Method getInstance

include/Suscan/Object.h:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 suscan_object_t *
102 getInstance(void) const
103 {
104 return this->instance;
105 }
106
107 std::vector<char>
108 serialize(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected