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

Method String

internal/http2/frame.go:59–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (t FrameType) String() string {
60 if s, ok := frameName[t]; ok {
61 return s
62 }
63 return fmt.Sprintf("UNKNOWN_FRAME_TYPE_%d", uint8(t))
64}
65
66// Flags is a bitmask of HTTP/2 flags.
67// The meaning of flags varies depending on the frame type.

Callers 3

StringMethod · 0.45
writeDebugMethod · 0.45
summarizeFrameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected