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

Function paramStr

annotation/map.go:264–266  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

262 identRegexStr, paramRegexStr, resultRegexStr)
263
264func paramStr(i int) string {
265 return fmt.Sprintf(paramTemplateStr, fmt.Sprintf("%d", i))
266}
267
268func resultStr(i int) string {
269 return fmt.Sprintf(resultTemplateStr, fmt.Sprintf("%d", i))

Callers 1

newObservedMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected