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

Struct noop

pkg/log/noop.go:21–21  ·  view source on GitHub ↗

noop is a log.Interface that does nothing.

Source from the content-addressed store, hash-verified

19
20// noop is a log.Interface that does nothing.
21type noop struct{}
22
23// Debug implements log.Interface.
24func (noop) Debug(...any) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected