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

Method Prestring

annotation/consume_trigger.go:208–212  ·  view source on GitHub ↗

Prestring returns this Prestring as a Prestring

()

Source from the content-addressed store, hash-verified

206
207// Prestring returns this Prestring as a Prestring
208func (t *TriggerIfNonNil) Prestring() Prestring {
209 return TriggerIfNonNilPrestring{
210 AssignmentStr: t.String(),
211 }
212}
213
214// TriggerIfNonNilPrestring is a Prestring storing the needed information to compactly encode a TriggerIfNonNil
215type TriggerIfNonNilPrestring struct {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected