pub fn extract_semantic_entrypoints(
db: &dyn LoweringGroup,
contract: &ContractDeclaration,
) -> Result<SemanticEntryPoints, Error>
Expand description
Extracts functions from the contract.
pub fn extract_semantic_entrypoints(
db: &dyn LoweringGroup,
contract: &ContractDeclaration,
) -> Result<SemanticEntryPoints, Error>
Extracts functions from the contract.