MCPcopy Create free account
hub / github.com/as/edit / Sender

Interface Sender

parse.go:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156type Sender interface {
157 Send(e interface{})
158 SendFirst(e interface{})
159}
160
161// Put
162func parseCmd(p *parser) (c *Command) {

Callers 1

parseCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected