Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeRT/NodeRT
/ Baton
Method
Baton
src/NodeRTLib/ProjectFiles/node-async.h:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
unsigned callback_args_size;
68
69
Baton() { callback_args_size = 0; }
70
71
void setCallbackArgs(Handle<Value>* argv, int argc) {
72
HandleScope scope;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected