MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / keyCallback

Method keyCallback

plugins/webadmin/loops.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void LoopHandler::keyCallback(std::string& data, const std::string& key) {
115 if (!done()) {
116 getKey(pos, data, key);
117 }
118}
119
120bool LoopHandler::ifCallback(const std::string& key) {
121 if (done()) {

Callers

nothing calls this directly

Calls 4

replace_allFunction · 0.50
getFileTitleFunction · 0.50
formatFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected