Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwego/netpoll
/ setFlag
Method
setFlag
nocopy_linkbuffer.go:945–947 ·
view source on GitHub ↗
(flag uint8)
Source
from the content-addressed store, hash-verified
943
}
944
945
func
(node *linkBufferNode) setFlag(flag uint8) {
946
node.mode |= flag
947
}
948
949
func
(node *linkBufferNode) unsetFlag(flag uint8) {
950
node.mode &^= flag
Callers
6
Next
Method · 0.80
Peek
Method · 0.80
Slice
Method · 0.80
WriteDirect
Method · 0.80
GetBytes
Method · 0.80
newLinkBufferNode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected