MCPcopy Create free account
hub / github.com/pquerna/ffjson / ConditionalWrite

Struct ConditionalWrite

inception/writerstack.go:6–8  ·  view source on GitHub ↗

ConditionalWrite is a stack containing a number of pending writes

Source from the content-addressed store, hash-verified

4
5// ConditionalWrite is a stack containing a number of pending writes
6type ConditionalWrite struct {
7 Queued []string
8}
9
10// Write will add a string to be written
11func (w *ConditionalWrite) Write(s string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected