Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ linkHandler
Function
linkHandler
cmd/gen-docs/main.go:88–90 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
linkHandler(name string) string {
89
return
fmt.Sprintf(
"./%s"
, strings.TrimSuffix(name,
".md"
))
90
}
91
92
// Implements browser.Browser interface.
93
type
browser
struct
{}
Callers
1
genMarkdownCustom
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected