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

Method Prestring

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

Prestring returns this GuardMissing as a Prestring

()

Source from the content-addressed store, hash-verified

1269
1270// Prestring returns this GuardMissing as a Prestring
1271func (g *GuardMissing) Prestring() Prestring {
1272 return GuardMissingPrestring{g.OldAnnotation.Prestring()}
1273}
1274
1275// GuardMissingPrestring is a Prestring storing the needed information to compactly encode a GuardMissing
1276type GuardMissingPrestring struct {

Callers

nothing calls this directly

Calls 1

PrestringMethod · 0.65

Tested by

no test coverage detected