MCPcopy
hub / github.com/pocketbase/pocketbase / TestBindSecurityCount

Function TestBindSecurityCount

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

Source from the content-addressed store, hash-verified

846}
847
848func TestBindSecurityCount(t *testing.T) {
849 vm := goja.New()
850 BindSecurity(vm)
851
852 testBindsCount(vm, "$security", 16, t)
853}
854
855func TestSecurityCryptoBinds(t *testing.T) {
856 vm := goja.New()

Callers

nothing calls this directly

Calls 2

BindSecurityFunction · 0.85
testBindsCountFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…