MCPcopy Create free account
hub / github.com/Tencent/phxqueue / IsModified

Method IsModified

phxqueue/config/baseconfig.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 virtual bool IsModified() { if (!build_) { build_ = true; return true; } return false; }
71
72 virtual comm::RetCode ReadConfig(ProtoType &config_pb) {return comm::RetCode::RET_OK;}
73

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected