MCPcopy
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
1865func 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

BindOSFunction · 0.85
testBindsCountFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…