MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / addMaster

Method addMaster

src/server.h:1983–1985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1981 }
1982
1983 void addMaster(const MasterSaveInfo &si) {
1984 vecmastersaveinfo.push_back(si);
1985 }
1986
1987 size_t numMasters() {
1988 return vecmastersaveinfo.size();

Callers 2

rdbLoadRioFunction · 0.80
rdbPopulateSaveInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected