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

Function SetInsecure

cmd/ttn-lw-cli/internal/api/grpc.go:55–57  ·  view source on GitHub ↗

SetInsecure configures the API to use insecure connections.

(insecure bool)

Source from the content-addressed store, hash-verified

53
54// SetInsecure configures the API to use insecure connections.
55func SetInsecure(insecure bool) {
56 withInsecure = insecure
57}
58
59// SetDumpRequests configures the API options to dump gRPC requests.
60func SetDumpRequests(dump bool) {

Callers 1

preRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected