MCPcopy Create free account
hub / github.com/Samsung/UTopia / setCopyFrom

Method setCopyFrom

lib/generation/FuzzInput.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46std::string FuzzInput::getProtoVarName() const { return ProtoVarName; }
47
48void FuzzInput::setCopyFrom(std::shared_ptr<FuzzInput> CopyFrom) {
49 this->CopyFrom = CopyFrom;
50}
51
52std::string FuzzNoInput::getExtraInfo() const { return ""; }
53

Callers 1

applyArrayPoliciesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected