| 788 | |
| 789 | const ExtensionUpdateSource = GObject.registerClass( |
| 790 | class ExtensionUpdateSource extends MessageTray.Source { |
| 791 | constructor() { |
| 792 | const appSys = Shell.AppSystem.get_default(); |
| 793 | const app = |
nothing calls this directly
no outgoing calls
no test coverage detected