Crate turbo_static

Source

Modulesยง

call_resolver ๐Ÿ”’
identifier ๐Ÿ”’
lsp_client ๐Ÿ”’
visitor ๐Ÿ”’
A visitor that traverses the AST and collects all functions or methods that are annotated with #[turbo_tasks::function].

Structsยง

Opt ๐Ÿ”’

Functionsยง

get_all_tasks ๐Ÿ”’
search the given folders recursively and attempt to find all tasks inside
main ๐Ÿ”’
resolve_concurrency ๐Ÿ”’
given a map of tasks and functions that call it, produce a map of tasks and those tasks that it calls
resolve_tasks ๐Ÿ”’
Given a list of tasks, get all the tasks that call that one
write_dep_tree ๐Ÿ”’
Write the dep tree into the given file using cypher syntax