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

Method sortLen

object_dynamic.go:562–564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560}
561
562func (a *dynamicArray) sortLen() int {
563 return a.a.Len()
564}
565
566func (a *dynamicArray) sortGet(i int) Value {
567 return a.a.Get(i)

Callers

nothing calls this directly

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected