MCPcopy Index your code
hub / github.com/TheThingsNetwork/lorawan-stack / js

Struct js

pkg/scripting/javascript/javascript.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type js struct {
29 options scripting.Options
30}
31
32// New returns a new Javascript scripting engine.
33func New(options scripting.Options) scripting.AheadOfTimeEngine {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected