MCPcopy
hub / github.com/nats-io/nats.go / SetWriteDeadline

Method SetWriteDeadline

nats_test.go:1825–1825  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

1823}
1824
1825func (mc *mockConn) SetWriteDeadline(t time.Time) error { return nil }
1826func (mc *mockConn) Read(b []byte) (int, error) { return 0, nil }
1827func (mc *mockConn) Close() error { return nil }
1828func (mc *mockConn) LocalAddr() net.Addr { return nil }

Callers 1

WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected