MCPcopy
hub / github.com/lmorg/murex / arrayWriter

Struct arrayWriter

builtins/types/jsonlines/array.go:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type arrayWriter struct {
52 writer stdio.Io
53}
54
55func newArrayWriter(writer stdio.Io) (stdio.ArrayWriter, error) {
56 w := &arrayWriter{writer: writer}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected