Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
func
safeOutputTargetKey(repo string, number int) string {
136
return
repo +
"#"
+ strconv.Itoa(number)
137
}
Callers
1
buildSafeOutputChainMetrics
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected