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