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

Method sortGet

destruct.go:41–43  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

39}
40
41func (d *destructKeyedSource) sortGet(i int) Value {
42 return d.w().sortGet(i)
43}
44
45func (d *destructKeyedSource) swap(i int, i2 int) {
46 d.w().swap(i, i2)

Callers

nothing calls this directly

Calls 2

wMethod · 0.95
sortGetMethod · 0.65

Tested by

no test coverage detected