MCPcopy 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
33func (d *destructKeyedSource) recordKey(key Value) {
34 d.usedKeys.add(key)
35}
36
37func (d *destructKeyedSource) sortLen() int {
38 return d.w().sortLen()

Callers 6

getStrMethod · 0.95
getIdxMethod · 0.95
getSymMethod · 0.95
getOwnPropStrMethod · 0.95
getOwnPropIdxMethod · 0.95
getOwnPropSymMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected