Crate turbo_static
Source - 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]
.
- Opt ๐
- 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