Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caddyserver/certmagic
/ Write
Method
Write
internal/atomicfile/file.go:141–148 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
139
}
140
141
func
(a *atomicFile) Write(p []byte) (n int, err error) {
142
a.closedMu.RLock()
143
defer
a.closedMu.RUnlock()
144
if
a.closed {
145
return
0, ErrClosed
146
}
147
return
a.f.Write(p)
148
}
Callers
7
fastHash
Function · 0.80
hashCertificateChain
Function · 0.80
Store
Method · 0.80
solveHTTPChallengeBlindly
Method · 0.80
solveHTTPChallenge
Function · 0.80
answerHTTPValidation
Function · 0.80
startOCSPResponder
Function · 0.80
Calls
no outgoing calls
Tested by
1
startOCSPResponder
Function · 0.64