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

Method WriteRaw

azqueue.go:241–245  ·  view source on GitHub ↗
(ctx context.Context, data io.ReadSeeker)

Source from the content-addressed store, hash-verified

239 }
240 return &queueTransport{connID: connID, txQueue: tx, rxQueue: rx, ep: p.ep, txName: reqName, rxName: resName, cfg: p.cfg, pending: make(map[uint64][]byte)}, nil
241}
242
243func (p *queueDriver) CleanupBootstrap(ctx context.Context) error {
244 if p.client == nil {
245 return nil
246 }
247 _, _ = p.client.NewQueueClient(p.cfg.handshakeEndpoint).Delete(ctx, nil)
248 _, _ = p.client.NewQueueClient(p.cfg.tokenEndpoint).Delete(ctx, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected