MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / dumpPairs

Method dumpPairs

server_info.go:201–205  ·  view source on GitHub ↗
(buf *bytes.Buffer, pairs ...infoPair)

Source from the content-addressed store, hash-verified

199}
200
201func (i *info) dumpPairs(buf *bytes.Buffer, pairs ...infoPair) {
202 for _, v := range pairs {
203 buf.WriteString(fmt.Sprintf("%s:%v\r\n", v.Key, v.Value))
204 }
205}

Callers 5

DumpMethod · 0.95
dumpServerMethod · 0.95
dumpMemMethod · 0.95
dumpGCMethod · 0.95
dumpStoreMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected