MCPcopy
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
58func NewPipe() *Pipe {
59 self := &Pipe{}
60 self.listCond = sync.NewCond(&self.listGuard)
61
62 return self
63}

Callers 3

newSessionFunction · 0.92
newSessionFunction · 0.92
NewEventQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected