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

Method FillConfig

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

Source from the content-addressed store, hash-verified

37 }
38
39 void FillConfig(ProtoType &&proto) {
40 proto_.CopyFrom(proto);
41 }
42
43 comm::RetCode Load() {
44 comm::RetCode ret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected