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

Method requestedFunctions

libsolidity/codegen/MultiUseYulFunctionCollector.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31using namespace solidity::util;
32
33std::string MultiUseYulFunctionCollector::requestedFunctions()
34{
35 std::string result = std::move(m_code);
36 m_code.clear();
37 m_requestedFunctions.clear();
38 return result;
39}
40
41std::string MultiUseYulFunctionCollector::createFunction(std::string const& _name, std::function<std::string()> const& _creator)
42{

Callers 3

generateMethod · 0.80
resetContextMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected