| 19 | providedIn: 'root' |
| 20 | }) |
| 21 | export class StoryService { |
| 22 | // Used to manage app presentation state |
| 23 | hasStoryStarted = signal(false); |
| 24 | // Used to manage input the story description requests |
nothing calls this directly
no outgoing calls
no test coverage detected