Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nan
/ Execute
Method
Execute
nan.h:2208–2211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2206
2207
private:
2208
void Execute() /*final override*/ {
2209
ExecutionProgress progress(this);
2210
Execute(progress);
2211
}
2212
2213
virtual void SendProgress_(const T *data, size_t count) = 0;
2214
};
Callers
1
AsyncExecute
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected