Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ writeAuditDoc
Function
writeAuditDoc
scripts/auditdocgen/main.go:153–155 ·
view source on GitHub ↗
(doc []byte)
Source
from the content-addressed store, hash-verified
151
}
152
153
func
writeAuditDoc(doc []byte) error {
154
return
atomicwrite.File(auditDocFile, doc)
155
}
Callers
1
main
Function · 0.85
Calls
1
File
Function · 0.92
Tested by
no test coverage detected