Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ data
Method
data
deps/v8/tools/zone-stats/details-selection.js:45–48 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
43
}
44
45
set data(value) {
46
this._data = value;
47
this.dataChanged();
48
}
49
50
get data() {
51
return
this._data;
Callers
nothing calls this directly
Calls
1
dataChanged
Method · 0.95
Tested by
no test coverage detected