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

Struct host

pkg/messageprocessors/javascript/javascript.go:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34)
35
36type host struct {
37 engine scripting.AheadOfTimeEngine
38}
39
40// New creates and returns a new Javascript payload encoder and decoder.
41func New() messageprocessors.CompilablePayloadEncoderDecoder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected