MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / setProtoByString

Function setProtoByString

lib/config/proto.cc:488–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void setProtoByString(google::protobuf::Message* message,
489 const std::string& path,
490 const std::string& value)
491{
492 makeProtoPath(message, path).set(value);
493}
494
495std::string getProtoByString(
496 google::protobuf::Message* message, const std::string& path)

Callers 3

setMethod · 0.85
setTransientMethod · 0.85
test_settingFunction · 0.85

Calls 2

makeProtoPathFunction · 0.85
setMethod · 0.45

Tested by 1

test_settingFunction · 0.68