Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/tableflip
/ writeNames
Method
writeNames
child.go:108–116 ·
view source on GitHub ↗
(names [][]string)
Source
from the content-addressed store, hash-verified
106
}
107
108
func
(c *child) writeNames(names [][]string) {
109
enc := gob.NewEncoder(c.namesW)
110
if
names == nil {
111
// Gob panics on nil
112
_ = enc.Encode([][]string{})
113
return
114
}
115
_ = enc.Encode(names)
116
}
Callers
1
startChild
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected