Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrigJS/brig
/ QuickItem
Method
QuickItem
src/QuickItem.cpp:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
Nan::Persistent<Function> QuickItem::constructor;
13
14
QuickItem::QuickItem() : ObjectWrap()
15
{
16
obj = NULL;
17
signal = NULL;
18
}
19
20
QuickItem::~QuickItem()
21
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected