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

Function openPoll

poll_default_linux.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23)
24
25func openPoll() (Poll, error) {
26 return openDefaultPoll()
27}
28
29func openDefaultPoll() (*defaultPoll, error) {
30 poll := new(defaultPoll)

Callers

nothing calls this directly

Calls 1

openDefaultPollFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…