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

Method programToString

test/tools/ossfuzz/protoToYul.cpp:2044–2048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2042}
2043
2044std::string ProtoConverter::programToString(Program const& _input)
2045{
2046 visit(_input);
2047 return m_output.str();
2048}
2049
2050std::string ProtoConverter::functionTypeToString(NumFunctionReturns _type)
2051{

Callers 3

DEFINE_PROTO_FUZZERFunction · 0.80
DEFINE_PROTO_FUZZERFunction · 0.80
DEFINE_PROTO_FUZZERFunction · 0.80

Calls 1

strMethod · 0.80

Tested by

no test coverage detected