Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
using namespace Suscan;
23
24
Object::Object(void)
25
{
26
this->borrowed = true;
27
this->instance = nullptr;
28
}
29
30
Object::Object(enum suscan_object_type type)
31
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected