Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
func
(d *destructKeyedSource) sortLen() int {
38
return
d.w().sortLen()
39
}
40
41
func
(d *destructKeyedSource) sortGet(i int) Value {
42
return
d.w().sortGet(i)
Callers
nothing calls this directly
Calls
2
w
Method · 0.95
sortLen
Method · 0.65
Tested by
no test coverage detected