MCPcopy
hub / github.com/Eugeny/tabby / send

Method send

app/lib/window.ts:228–237  ·  view source on GitHub ↗
(event: string, ...args: any[])

Source from the content-addressed store, hash-verified

226 }
227
228 send (event: string, ...args: any[]): void {
229 if (!this.window) {
230 return
231 }
232 this.window.webContents.send(event, ...args)
233 if (event === 'host:config-change') {
234 this.configStore = args[0]
235 this.enableDockedWindowStyles(this.isDockedOnTop())
236 }
237 }
238
239 isDestroyed (): boolean {
240 return !this.window || this.window.isDestroyed()

Callers 15

constructorMethod · 0.95
passCliArgumentsMethod · 0.95
setupWindowManagementMethod · 0.95
setupUpdaterMethod · 0.95
ScreenAdapterFunction · 0.45
v86_all.jsFile · 0.45
PITFunction · 0.45
VGAScreenFunction · 0.45
Ne2kFunction · 0.45
SB16Function · 0.45
register_mixer_volumeFunction · 0.45
kFunction · 0.45

Calls 2

isDockedOnTopMethod · 0.95

Tested by

no test coverage detected