MCPcopy
hub / github.com/pocketbase/pocketbase / TestBindFilepathCount

Function TestBindFilepathCount

plugins/jsvm/binds_test.go:1858–1863  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1856}
1857
1858func TestBindFilepathCount(t *testing.T) {
1859 vm := goja.New()
1860 BindFilepath(vm)
1861
1862 testBindsCount(vm, "$filepath", 15, t)
1863}
1864
1865func TestBindOSCount(t *testing.T) {
1866 vm := goja.New()

Callers

nothing calls this directly

Calls 2

BindFilepathFunction · 0.85
testBindsCountFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…