MCPcopy Create free account
hub / github.com/argotorg/solidity / addTypeStringToTuple

Method addTypeStringToTuple

test/tools/ossfuzz/protoToAbiV2.cpp:809–815  ·  view source on GitHub ↗

Type visitor

Source from the content-addressed store, hash-verified

807
808/// Type visitor
809void TypeVisitor::StructTupleString::addTypeStringToTuple(std::string& _typeString)
810{
811 index++;
812 if (index > 1)
813 stream << ",";
814 stream << _typeString;
815}
816
817void TypeVisitor::StructTupleString::addArrayBracketToType(std::string& _arrayBracket)
818{

Callers 2

visitMethod · 0.80
structDefinitionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected