(cursor: Meta.Cursor)
| 240 | } |
| 241 | |
| 242 | setCursor(cursor: Meta.Cursor) { |
| 243 | this.metaCursor = cursor; |
| 244 | this.throttledDisplaySetCursor(); |
| 245 | } |
| 246 | |
| 247 | async readFileContent(file: Gio.File) { |
| 248 | return new Promise<string>((resolve, reject) => { |
no outgoing calls
no test coverage detected