[][src]Module craftql::utils

Utilities consumed by the binary.

Functions

find_and_print_neighbors

Print orphan nodes.

find_and_print_orphans

Print orphan nodes.

find_neighbors

Find and return neighbors of a node.

find_node

Find a node by name, display it with syntax highlighting or exit.

find_orphans

Find and return orphan nodes.

get_files

Recursively read directories and files for a given path.

populate_graph_from_ast

Parse the files, generate an AST and walk it to populate the graph.

print_missing_definitions

Print missing definitions.