MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / SetWriteDeadline

Method SetWriteDeadline

internal/nodes/client_conn.go:272–274  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

270}
271
272func (this *ClientConn) SetWriteDeadline(t time.Time) error {
273 return this.rawConn.SetWriteDeadline(t)
274}
275
276func (this *ClientConn) CreatedAt() int64 {
277 return this.createdAt

Callers 1

WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected