Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
openPoll() (Poll, error) {
26
return
openDefaultPoll()
27
}
28
29
func
openDefaultPoll() (*defaultPoll, error) {
30
poll := new(defaultPoll)
Callers
nothing calls this directly
Calls
1
openDefaultPoll
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…