MCPcopy Create free account
hub / github.com/BrigJS/brig / ~BrigMetaMethod

Method ~BrigMetaMethod

src/DynamicQMetaObjectBuilder.h:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 Nan::Callback *handler = NULL;
19
20 ~BrigMetaMethod() {
21
22 arguments.clear();
23
24 delete name;
25 delete handler;
26 delete signature;
27 }
28 };
29
30 struct BrigMetaSignal {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected