()
| 70 | const events: AFSEvent[] = []; |
| 71 | |
| 72 | function generateId(): string { |
| 73 | return `${Date.now().toString(36)}-${Math.random().toString(36).slice(2, 8)}`; |
| 74 | } |
| 75 | |
| 76 | return { |
| 77 | createSession(url: string, projectId?: string): Session { |
no outgoing calls
no test coverage detected
searching dependent graphs…