Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cortexproject/cortex
/ string
Method
string
tools/doc-generator/writer.go:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
func
(w *specWriter) string() string {
101
return
strings.TrimSpace(w.out.String())
102
}
103
104
type
markdownWriter
struct
{
105
out strings.Builder
Callers
1
writeConfigBlock
Method · 0.95
Calls
1
String
Method · 0.65
Tested by
no test coverage detected