getVisitCount Source: apps/library/src/engine/if-engine.ts :679
(view)
Generated from apps/docs-astro/src/generated/docs.json
getVisitCount Source: apps/library/src/engine/if-engine.ts :679
(view)
getVisitCount Gets all the times the passage has been visited by looping through each snapshot and initial state. Use this in place of `hasVisited(id)`, i.e `getVisitCount(id) > 0`
Type: number
Source: apps/library/src/engine/if-engine.ts :679
(view)