MCPcopy Create free account
hub / github.com/dop251/goja / destructKeyedSource

Struct destructKeyedSource

destruct.go:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type destructKeyedSource struct {
10 r *Runtime
11 wrapped Value
12 usedKeys propNameSet
13}
14
15func newDestructKeyedSource(r *Runtime, wrapped Value) *destructKeyedSource {
16 return &destructKeyedSource{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected