Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
614
int ZooKeeper::remove(const string& path, int version)
615
{
616
return dispatch(process, &ZooKeeperProcess::remove, path, version).get();
617
}
618
619
620
int ZooKeeper::exists(const string& path, bool watch, Stat* stat)
Callers
1
doCancel
Method · 0.45
Calls
2
dispatch
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected