MCPcopy Index your code
hub / github.com/coder/coder / protoBool

Function protoBool

coderd/telemetry/telemetry.go:2046–2051  ·  view source on GitHub ↗
(b *wrapperspb.BoolValue)

Source from the content-addressed store, hash-verified

2044}
2045
2046func protoBool(b *wrapperspb.BoolValue) *bool {
2047 if b == nil {
2048 return nil
2049 }
2050 return &b.Value
2051}
2052
2053func netcheckFromProto(proto *tailnetproto.Netcheck) Netcheck {
2054 if proto == nil {

Callers 1

netcheckFromProtoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected