MCPcopy Create free account
hub / github.com/Atsika/aznet / PostHandshake

Method PostHandshake

azqueue.go:87–90  ·  view source on GitHub ↗
(ctx context.Context, connID string, msg []byte)

Source from the content-addressed store, hash-verified

85 }
86
87 return &queueDriver{
88 ep: ep,
89 client: client,
90 cfg: cfg,
91 handshakeQueue: hq,
92 tokenQueue: tq,
93 }, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected