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