MCPcopy 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
102bool 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

LoadFileMethod · 0.80
PhxEchoMethod · 0.80
GetAddrScaleMethod · 0.80
PhxEchoMethod · 0.80
AddMethod · 0.80
GetMethod · 0.80
PhxEchoMethod · 0.80
GetLockInfoMethod · 0.80
AcquireLockMethod · 0.80
LoadFileMethod · 0.80
LoadFileMethod · 0.80

Calls

no outgoing calls

Tested by 1

LoadFileMethod · 0.64