MCPcopy
hub / github.com/pocketbase/pocketbase / TestBindForms

Function TestBindForms

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

Source from the content-addressed store, hash-verified

1117}
1118
1119func TestBindForms(t *testing.T) {
1120 vm := goja.New()
1121 BindForms(vm)
1122
1123 testBindsCount(vm, "this", 4, t)
1124}
1125
1126func TestBindApisCount(t *testing.T) {
1127 vm := goja.New()

Callers

nothing calls this directly

Calls 2

BindFormsFunction · 0.85
testBindsCountFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…