Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ GetContent
Method
GetContent
phxqueue_phxrpc/comm/fileconfig.cpp:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
102
bool FileConfig::GetContent(string &content) {
103
if (!impl_->read) return false;
104
content = impl_->content;
105
return true;
106
}
107
108
109
} // namespace comm
Callers
11
LoadFile
Method · 0.80
PhxEcho
Method · 0.80
GetAddrScale
Method · 0.80
PhxEcho
Method · 0.80
Add
Method · 0.80
Get
Method · 0.80
PhxEcho
Method · 0.80
GetLockInfo
Method · 0.80
AcquireLock
Method · 0.80
LoadFile
Method · 0.80
LoadFile
Method · 0.80
Calls
no outgoing calls
Tested by
1
LoadFile
Method · 0.64