MCPcopy Create free account
hub / github.com/imroc/req / getDumpBuffer

Method getDumpBuffer

request.go:1028–1033  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1026}
1027
1028func (r *Request) getDumpBuffer() *bytes.Buffer {
1029 if r.dumpBuffer == nil {
1030 r.dumpBuffer = new(bytes.Buffer)
1031 }
1032 return r.dumpBuffer
1033}
1034
1035func (r *Request) getDumpOptions() *DumpOptions {
1036 if r.dumpOptions == nil {

Callers 3

getDumpOptionsMethod · 0.95
SetDumpOptionsMethod · 0.95
DumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected