Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
type
arrayWriter
struct
{
52
writer stdio.Io
53
}
54
55
func
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