mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Annotate function ID of functions that may be called via the internal dispatch.
Co-authored-by: Daniel <daniel@ekpyron.org>
This commit is contained in:
co-authored by
Daniel
parent
e7ec40b1af
commit
a0e62bbd3d
@@ -415,6 +415,9 @@ private:
|
||||
/// Store the contract definitions in m_contracts.
|
||||
void storeContractDefinitions();
|
||||
|
||||
/// Annotate internal dispatch function Ids
|
||||
void annotateInternalFunctionIDs();
|
||||
|
||||
/// @returns true if the source is requested to be compiled.
|
||||
bool isRequestedSource(std::string const& _sourceName) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user