(params: schema.SessionNotification)
| 343 | params: schema.RequestPermissionRequest, |
| 344 | ): Promise<schema.RequestPermissionResponse>; |
| 345 | sessionUpdate(params: schema.SessionNotification): Promise<void>; |
| 346 | writeTextFile( |
| 347 | params: schema.WriteTextFileRequest, |
| 348 | ): Promise<schema.WriteTextFileResponse>; |
no outgoing calls
no test coverage detected