()
| 1100 | let shouldFireHook = true |
| 1101 | |
| 1102 | function consumeNextEagerLoadReason(): InstructionsLoadReason | undefined { |
| 1103 | if (!shouldFireHook) return undefined |
| 1104 | shouldFireHook = false |
| 1105 | const reason = nextEagerLoadReason |
| 1106 | nextEagerLoadReason = 'session_start' |
| 1107 | return reason |
| 1108 | } |
| 1109 | |
| 1110 | /** |
| 1111 | * Clears the getMemoryFiles memoize cache |