Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pocketbase/pocketbase
/ TestBindOSCount
Function
TestBindOSCount
plugins/jsvm/binds_test.go:1865–1870 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
1863
}
1864
1865
func
TestBindOSCount(t *testing.T) {
1866
vm := goja.New()
1867
BindOS(vm)
1868
1869
testBindsCount(vm,
"$os"
, 20, t)
1870
}
Callers
nothing calls this directly
Calls
2
BindOS
Function · 0.85
testBindsCount
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…