()
| 1061 | * Gets the number of pending conditional skills (for testing/debugging). |
| 1062 | */ |
| 1063 | export function getConditionalSkillCount(): number { |
| 1064 | return conditionalSkills.size |
| 1065 | } |
| 1066 | |
| 1067 | /** |
| 1068 | * Clears dynamic skill state (for testing). |
nothing calls this directly
no outgoing calls
no test coverage detected