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

Method Close

nats_test.go:1827–1827  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }
1829func (mc *mockConn) RemoteAddr() net.Addr { return nil }
1830func (mc *mockConn) SetDeadline(t time.Time) error { return nil }

Callers 5

createTmpFileFunction · 0.45
TestNKeyOptionFromSeedFunction · 0.45
TestLameDuckModeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected