(text: string)
| 202 | }) |
| 203 | |
| 204 | function user(text: string): StreamCommit { |
| 205 | return { |
| 206 | kind: "user", |
| 207 | text, |
| 208 | phase: "start", |
| 209 | source: "system", |
| 210 | } |
| 211 | } |
| 212 | |
| 213 | function error(text: string): StreamCommit { |
| 214 | return { |
no outgoing calls
no test coverage detected