MCPcopy
hub / github.com/valyala/fasthttp / appendArgBytes

Function appendArgBytes

args.go:461–463  ·  view source on GitHub ↗
(h []argsKV, key, value []byte, noValue bool)

Source from the content-addressed store, hash-verified

459}
460
461func appendArgBytes(h []argsKV, key, value []byte, noValue bool) []argsKV {
462 return appendArg(h, b2s(key), b2s(value), noValue)
463}
464
465func appendArg(args []argsKV, key, value string, noValue bool) []argsKV {
466 var kv *argsKV

Callers 5

AddBytesKVMethod · 0.85
AddBytesKVMethod · 0.85
parseTrailerFunction · 0.85
parseHeadersMethod · 0.85
parseHeadersMethod · 0.85

Calls 2

appendArgFunction · 0.85
b2sFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…