MCPcopy Create free account
hub / github.com/facebook/time / SetReadTimeout

Method SetReadTimeout

sa53/rawlog/rawlog.go:103–105  ·  view source on GitHub ↗

SetReadTimeout passes through to the underlying port.

(d time.Duration)

Source from the content-addressed store, hash-verified

101
102// SetReadTimeout passes through to the underlying port.
103func (lp *LoggingPort) SetReadTimeout(d time.Duration) error {
104 return lp.p.SetReadTimeout(d)
105}

Callers

nothing calls this directly

Calls 1

SetReadTimeoutMethod · 0.65

Tested by

no test coverage detected