MCPcopy
hub / github.com/basecamp/once / WriteHeader

Method WriteHeader

installer/main.go:61–64  ·  view source on GitHub ↗
(status int)

Source from the content-addressed store, hash-verified

59}
60
61func (rl *responseLogger) WriteHeader(status int) {
62 rl.status = status
63 rl.ResponseWriter.WriteHeader(status)
64}
65
66func (rl *responseLogger) Write(b []byte) (int, error) {
67 n, err := rl.ResponseWriter.Write(b)

Callers 15

copyHookToContainerFunction · 0.80
buildHookImageFunction · 0.80
buildTestBackupFunction · 0.80
buildAndPushImageFunction · 0.80
SaveStateMethod · 0.80
writeTarEntryFunction · 0.80
copyTarEntriesWithPrefixFunction · 0.80
TestVerifyHTTP_SuccessFunction · 0.80

Calls

no outgoing calls

Tested by 9

copyHookToContainerFunction · 0.64
buildHookImageFunction · 0.64
buildTestBackupFunction · 0.64
buildAndPushImageFunction · 0.64
TestVerifyHTTP_SuccessFunction · 0.64