mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
7ea3d950d7
Internal functions of libraries can be called as if the library were a base contract of the calling contract. As the calling convention for internal functions is to not create a new call context, the code of these functions will be pulled into the context of the caller, duplicating their code. This might pull in code of further internal or even private functions. The use case for such functions is to allow libraries which can operate on memory types such that these types can also be modified in place. |
||
---|---|---|
.. | ||
analysis | ||
ast | ||
codegen | ||
formal | ||
inlineasm | ||
interface | ||
parsing | ||
CMakeLists.txt | ||
grammar.txt |