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

Method String

annotation/consume_trigger.go:436–441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434}
435
436func (i MapAccessPrestring) String() string {
437 var sb strings.Builder
438 sb.WriteString("keyed into")
439 sb.WriteString(i.AssignmentStr)
440 return sb.String()
441}
442
443// MapWrittenTo is when a map value flows to a point where one of its indices is written to, and thus
444// must be non-nil

Callers

nothing calls this directly

Calls 2

WriteStringMethod · 0.80
StringMethod · 0.65

Tested by

no test coverage detected