Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ IsBufferUpdated
Method
IsBufferUpdated
phxqueue/comm/handler.h:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
void SetBufferUpdated(bool buffer_updated) {buffer_updated_ = buffer_updated;}
37
bool IsBufferUpdated() { return buffer_updated_; }
38
39
private:
40
bool buffer_updated_{false};
Callers
1
Handle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected