MCPcopy Index your code
hub / github.com/coder/coder / writePrometheusDoc

Function writePrometheusDoc

scripts/metricsdocgen/main.go:191–193  ·  view source on GitHub ↗
(doc []byte)

Source from the content-addressed store, hash-verified

189}
190
191func writePrometheusDoc(doc []byte) error {
192 return atomicwrite.File(prometheusDocFile, doc)
193}

Callers 1

mainFunction · 0.85

Calls 1

FileFunction · 0.92

Tested by

no test coverage detected