Skip to main content

execute

Function execute 

Source
pub(super) async fn execute(
    db: &PgPool,
    input: DecodeLoadoutInput,
) -> Result<EnrichedLoadout, ToolError>
Expand description

Decode a talent loadout string and resolve talent names from the database.