MCPcopy 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
945func (node *linkBufferNode) setFlag(flag uint8) {
946 node.mode |= flag
947}
948
949func (node *linkBufferNode) unsetFlag(flag uint8) {
950 node.mode &^= flag

Callers 6

NextMethod · 0.80
PeekMethod · 0.80
SliceMethod · 0.80
WriteDirectMethod · 0.80
GetBytesMethod · 0.80
newLinkBufferNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected