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

Method sortLen

destruct.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (d *destructKeyedSource) sortLen() int {
38 return d.w().sortLen()
39}
40
41func (d *destructKeyedSource) sortGet(i int) Value {
42 return d.w().sortGet(i)

Callers

nothing calls this directly

Calls 2

wMethod · 0.95
sortLenMethod · 0.65

Tested by

no test coverage detected