MCPcopy Create free account
hub / github.com/Invisv-Privacy/masque / SetReadDeadline

Method SetReadDeadline

internal/testutils/testutils.go:38–40  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

36}
37
38func (r *NetConnWrapper) SetReadDeadline(t time.Time) error {
39 return nil
40}
41
42func (r *NetConnWrapper) SetWriteDeadline(t time.Time) error {
43 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected