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

Function updateRepeatedField

lib/config/proto.cc:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198template <typename T>
199static void updateRepeatedField(
200 google::protobuf::MutableRepeatedFieldRef<T> mrfr, int index, T value)
201{
202 mrfr.Set(index, value);
203}
204
205void ProtoField::set(const std::string& value)
206{

Callers 1

setMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected