Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davyxu/cellnet
/ NewPipe
Function
NewPipe
pipe.go:58–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
NewPipe() *Pipe {
59
self := &Pipe{}
60
self.listCond = sync.NewCond(&self.listGuard)
61
62
return
self
63
}
Callers
3
newSession
Function · 0.92
newSession
Function · 0.92
NewEventQueue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected