Examples.EAnalysis (gt_bridge v0.17.3)

Copy Markdown View Source

I am examples for GtBridge.Analysis, the static analysis module.

Summary

Functions

app_dep_tree()

@spec app_dep_tree() :: map()

app_reverse_dep_tree()

@spec app_reverse_dep_tree() :: map()

call_sites_simple()

@spec call_sites_simple() :: [map()]

call_sites_with_aliases()

@spec call_sites_with_aliases() :: [map()]

callees_of_eval()

@spec callees_of_eval() :: [module()]

callers_of_serializer()

@spec callers_of_serializer() :: [module()]

copy(item)

Callback implementation for ExExample.Behaviour.copy/1.

example_deps()

@spec example_deps() :: [{String.t(), [String.t()]}]

exported_functions()

@spec exported_functions() :: [map()]

exported_functions_erlang()

@spec exported_functions_erlang() :: [map()]

implementors_of_start_link()

@spec implementors_of_start_link() :: [map()]

implementors_required_keys()

@spec implementors_required_keys() :: [map()]

implementors_with_arity()

@spec implementors_with_arity() :: [map()]

mnesia_tables()

@spec mnesia_tables() :: [map()]

module_details()

@spec module_details() :: [map()]

module_graph()

@spec module_graph() :: [GtBridge.Analysis.edge()]

modules_loaded_batch_query()

@spec modules_loaded_batch_query() :: %{required(String.t()) => boolean()}

references_to_source_file()

@spec references_to_source_file() :: [map()]

rerun?(_)

Callback implementation for ExExample.Behaviour.rerun?/1.

root_apps()

@spec root_apps() :: [atom()]

supervision_tree()

@spec supervision_tree() :: map()

system_doc_coverage()

@spec system_doc_coverage() :: [map()]

system_info()

@spec system_info() :: map()

system_stats()

@spec system_stats() :: map()