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

Method remove

src/zookeeper/zookeeper.cpp:614–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612
613
614int ZooKeeper::remove(const string& path, int version)
615{
616 return dispatch(process, &ZooKeeperProcess::remove, path, version).get();
617}
618
619
620int ZooKeeper::exists(const string& path, bool watch, Stat* stat)

Callers 1

doCancelMethod · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected