Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
562
func
(a *dynamicArray) sortLen() int {
563
return
a.a.Len()
564
}
565
566
func
(a *dynamicArray) sortGet(i int) Value {
567
return
a.a.Get(i)
Callers
nothing calls this directly
Calls
1
Len
Method · 0.65
Tested by
no test coverage detected