mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Note function entry points.
This commit is contained in:
@@ -58,6 +58,10 @@ public:
|
||||
/// output. Parsing errors are returned as regular errors.
|
||||
std::string compile(std::string const& _input) noexcept;
|
||||
|
||||
static Json::Value formatFunctionDebugData(
|
||||
std::map<std::string, evmasm::LinkerObject::FunctionDebugData> const& _debugInfo
|
||||
);
|
||||
|
||||
private:
|
||||
struct InputsAndSettings
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user