MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / apiInsecure

Function apiInsecure

app/cli/cmd/root.go:509–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

507}
508
509func apiInsecure() bool {
510 return viper.GetBool(confOptions.insecure.viperKey)
511}
512
513// apiMaxRecvMsgSize returns the configured gRPC max receive message size for
514// the CLI's outbound connections, in bytes. 0 means "use grpcconn's default".

Callers 5

wrappedArtifactConnFunction · 0.85
newAttestationPushCmdFunction · 0.85
NewRootCmdFunction · 0.85
newAttestationInitCmdFunction · 0.85
newAttestationAddCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected