Skip to main content

Module check

Module check 

Source
Expand description

Extracts referenced spell/aura/talent names and checks them against a spec resolver.

Structsยง

CheckResult
Outcome of checking referenced names against a spec resolver.
NameExtractionError
Failure to extract referenced names from a rotation JSON document.
ReferencedNames
All spell, aura, and talent names referenced by a parsed rotation.

Enumsยง

NameExtractionErrorKind ๐Ÿ”’

Functionsยง

check
Partitions each referenced name into supported/missing against resolver.
extract_field_names ๐Ÿ”’
extract_names
Parses json as a Rotation and collects every referenced name.
extract_names_from_rotation
Walks a parsed Rotation and collects every referenced name.
partition ๐Ÿ”’
walk_action ๐Ÿ”’
walk_condition ๐Ÿ”’