Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ recordKey
Method
recordKey
destruct.go:33–35 ·
view source on GitHub ↗
(key Value)
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(d *destructKeyedSource) recordKey(key Value) {
34
d.usedKeys.add(key)
35
}
36
37
func
(d *destructKeyedSource) sortLen() int {
38
return
d.w().sortLen()
Callers
6
getStr
Method · 0.95
getIdx
Method · 0.95
getSym
Method · 0.95
getOwnPropStr
Method · 0.95
getOwnPropIdx
Method · 0.95
getOwnPropSym
Method · 0.95
Calls
1
add
Method · 0.45
Tested by
no test coverage detected