MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / RegisterInterop

Method RegisterInterop

pkg/component/interop_test.go:39–41  ·  view source on GitHub ↗
(s *interop.Server)

Source from the content-addressed store, hash-verified

37type mockInterop struct{}
38
39func (m mockInterop) RegisterInterop(s *interop.Server) {
40 s.RegisterJS(m)
41}
42
43func (m mockInterop) JoinRequest(ctx context.Context, req *interop.JoinReq) (*interop.JoinAns, error) {
44 ansHeader, err := req.AnswerHeader()

Callers

nothing calls this directly

Calls 1

RegisterJSMethod · 0.80

Tested by

no test coverage detected