Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lmorg/murex
/ arrayWriter
Struct
arrayWriter
builtins/types/jsonconcat/array.go:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
type
arrayWriter
struct
{
37
writer stdio.Io
38
}
39
40
func
newArrayWriter(writer stdio.Io) (stdio.ArrayWriter, error) {
41
w := &arrayWriter{writer: writer}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected