Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
func
(this *ClientConn) SetWriteDeadline(t time.Time) error {
273
return
this.rawConn.SetWriteDeadline(t)
274
}
275
276
func
(this *ClientConn) CreatedAt() int64 {
277
return
this.createdAt
Callers
1
Write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected