Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwego/netpoll
/ openPoll
Function
openPoll
poll_default_bsd.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
)
26
27
func
openPoll() (Poll, error) {
28
return
openDefaultPoll()
29
}
30
31
func
openDefaultPoll() (*defaultPoll, error) {
32
l := new(defaultPoll)
Callers
1
Run
Method · 0.70
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…