MCPcopy
hub / github.com/gofiber/fiber / WriteByte

Method WriteByte

internal/logtemplate/template.go:28–28  ·  view source on GitHub ↗
(c byte)

Source from the content-addressed store, hash-verified

26 Bytes() []byte
27 Write(p []byte) (int, error)
28 WriteByte(c byte) error
29 WriteString(s string) (int, error)
30 Set(p []byte)
31 SetString(s string)

Callers 9

writeEventFunction · 0.95
RouteMethod · 0.65
StringMethod · 0.65
JSONPMethod · 0.65
LinksMethod · 0.65
defaultLoggerInstanceFunction · 0.65
appendFieldFunction · 0.65
privateLogwMethod · 0.65
parseParamSquareBracketsFunction · 0.65

Implementers 1

failingContextBufferlog/context_test.go

Calls

no outgoing calls

Tested by

no test coverage detected