Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nan
/ Reset
Method
Reset
nan.h:1802–1804 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1800
}
1801
1802
inline void Reset(const v8::Local<v8::Function> &fn) {
1803
handle_.Reset(fn);
1804
}
1805
1806
inline void Reset() {
1807
handle_.Reset();
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected