internal/ast_fun

Types

pub type PublicFun {
  PublicFun(String)
}

Constructors

  • PublicFun(String)

Functions

pub fn is_pub_fun_used(
  files_ast: AnotherFilesAst,
  pub_fun_name: PublicFun,
  module_full_name: ModuleFullName,
) -> Bool
pub fn public_funs(file_ast: FileAst) -> List(PublicFun)
Search Document