MCPcopy 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
100func (w *specWriter) string() string {
101 return strings.TrimSpace(w.out.String())
102}
103
104type markdownWriter struct {
105 out strings.Builder

Callers 1

writeConfigBlockMethod · 0.95

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected