MCPcopy Index your code
hub / github.com/imroc/req / Errorf

Method Errorf

logger.go:12–12  ·  view source on GitHub ↗
(format string, v ...any)

Source from the content-addressed store, hash-verified

10// the Req users, choice of the logger.
11type Logger interface {
12 Errorf(format string, v ...any)
13 Warnf(format string, v ...any)
14 Debugf(format string, v ...any)
15}

Callers 15

RoundTripMethod · 0.65
DoMethod · 0.65
MaxRedirectPolicyFunction · 0.65
assertCloneFunction · 0.65
badStringErrorFunction · 0.65
roundTripMethod · 0.65
ReadMethod · 0.65
mapRoundTripErrorMethod · 0.65
readLoopMethod · 0.65

Implementers 2

disableLoggerlogger.go
loggerlogger.go

Calls

no outgoing calls

Tested by 15

assertCloneFunction · 0.52
TestSendMethodsFunction · 0.52
testMethodFunction · 0.52
TestChunkFunction · 0.52
TestChunkReadMultipleFunction · 0.52
TestChunkReaderAllocsFunction · 0.52
TestParseHexUintFunction · 0.52
TestIncompleteChunkFunction · 0.52
TestChunkEndReadErrorFunction · 0.52
TestEqualFoldFunction · 0.52
TestIsPrintFunction · 0.52