(block: ContentBlock)
| 49 | } |
| 50 | |
| 51 | export function stampBlockEnd(block: ContentBlock): void { |
| 52 | if (block.endedAt === undefined) block.endedAt = Date.now() |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Flush any open thinking block into contentBlocks and clear the thinking state. |
no outgoing calls
no test coverage detected