MCPcopy Create free account
hub / github.com/cloudwego/netpoll / reset

Method reset

fd_operator.go:96–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96func (op *FDOperator) reset() {
97 op.FD = 0
98 op.OnRead, op.OnWrite, op.OnHup = nil, nil, nil
99 op.Inputs, op.InputAck = nil, nil
100 op.Outputs, op.OutputAck = nil, nil
101 op.poll = nil
102 op.detached = 0
103}

Callers 1

freeableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected