Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ ~ManagedData
Method
~ManagedData
src/wasm-v8-lowlevel.cc:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
info(info), finalizer(finalizer) {}
114
115
~ManagedData() {
116
if (finalizer) (*finalizer)(info);
117
}
118
119
void* info;
120
void (*finalizer)(void*);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected