MCPcopy
hub / github.com/g3n/engine / Equal

Function Equal

util/wasm/wasm.go:120–122  ·  view source on GitHub ↗
(a, b js.Value)

Source from the content-addressed store, hash-verified

118}
119
120func Equal(a, b js.Value) bool {
121 return a.Equal(b)
122}

Callers 2

InitFunction · 0.92
GetUniformLocationMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected