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

Method Object

Suscan/Object.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace Suscan;
23
24Object::Object(void)
25{
26 this->borrowed = true;
27 this->instance = nullptr;
28}
29
30Object::Object(enum suscan_object_type type)
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected