MCPcopy
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
88func linkHandler(name string) string {
89 return fmt.Sprintf("./%s", strings.TrimSuffix(name, ".md"))
90}
91
92// Implements browser.Browser interface.
93type browser struct{}

Callers 1

genMarkdownCustomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected