Module visitor

Source
Expand description

A visitor that traverses the AST and collects all functions or methods that are annotated with #[turbo_tasks::function].

Structsยง

CallingStyleVisitor
TaskVisitor

Enumsยง

CallingStyle
CallingStyleVisitorState ๐Ÿ”’

Functionsยง

extract_tags ๐Ÿ”’
is_match ๐Ÿ”’
Check if some ident referenced by check is calling the target by looking it up in the list of known ranges.