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

Method getProtoVarName

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

Source from the content-addressed store, hash-verified

44std::string FuzzInput::getFuzzVarName() const { return FuzzVarName; }
45
46std::string FuzzInput::getProtoVarName() const { return ProtoVarName; }
47
48void FuzzInput::setCopyFrom(std::shared_ptr<FuzzInput> CopyFrom) {
49 this->CopyFrom = CopyFrom;

Callers 5

addInputMethod · 0.80
genFuzzVarAssignMethod · 0.80
copyMutationEnumTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected