MCPcopy
hub / github.com/uber-go/nilaway / PositiveNilCheckPrestring

Struct PositiveNilCheckPrestring

annotation/produce_trigger.go:296–296  ·  view source on GitHub ↗

PositiveNilCheckPrestring is a Prestring storing the needed information to compactly encode a PositiveNilCheck

Source from the content-addressed store, hash-verified

294
295// PositiveNilCheckPrestring is a Prestring storing the needed information to compactly encode a PositiveNilCheck
296type PositiveNilCheckPrestring struct{}
297
298func (PositiveNilCheckPrestring) String() string {
299 return "determined nil via conditional check"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected