Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nan
/ PersistentBase
Method
PersistentBase
nan_persistent_pre_12_inl.h:24–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
public:
24
inline PersistentBase() :
25
persistent() {}
26
27
inline void Reset() {
28
persistent.Dispose();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected