MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / AddStopAddressIteration

Function AddStopAddressIteration

jsext/halt.go:9–13  ·  view source on GitHub ↗
(vm *goja.Runtime)

Source from the content-addressed store, hash-verified

7)
8
9func AddStopAddressIteration(vm *goja.Runtime) error {
10 return vm.GlobalObject().Set("newStopAddressIteration", func(call goja.FunctionCall) goja.Value {
11 return vm.NewGoError(dto.StopAddressIteration{})
12 })
13}

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected