MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / ~Baton

Method ~Baton

src/NodeRTLib/ProjectFiles/node-async.h:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 virtual ~Baton() {
86 for (int i = 0; i < callback_args_size; i++) {
87 callback_info.get()[i].Reset();
88 }
89 }
90
91 private:
92 uv_work_t request;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected