MCPcopy Create free account
hub / github.com/github/gh-aw / safeOutputTargetKey

Function safeOutputTargetKey

pkg/cli/logs_safe_output_chains.go:135–137  ·  view source on GitHub ↗
(repo string, number int)

Source from the content-addressed store, hash-verified

133}
134
135func safeOutputTargetKey(repo string, number int) string {
136 return repo + "#" + strconv.Itoa(number)
137}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected