MCPcopy Create free account
hub / github.com/apache/mesos / message

Method message

src/zookeeper/zookeeper.cpp:668–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666
667
668string ZooKeeper::message(int code) const
669{
670 return string(zerror(code));
671}
672
673
674bool ZooKeeper::retryable(int code)

Callers 6

authenticateMethod · 0.45
createMethod · 0.45
doJoinMethod · 0.45
doCancelMethod · 0.45
doDataMethod · 0.45
cacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected