MCPcopy
hub / github.com/perkeep/perkeep / addError

Method addError

pkg/server/status.go:128–133  ·  view source on GitHub ↗
(msg, url string)

Source from the content-addressed store, hash-verified

126}
127
128func (st *status) addError(msg, url string) {
129 st.Errors = append(st.Errors, camtypes.StatusError{
130 Error: msg,
131 URL: url,
132 })
133}
134
135func (st *status) isHandler(pfx string) bool {
136 if pfx == st.importerRoot {

Callers 1

currentStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected