MCPcopy
hub / github.com/pickle-com/glass / invoke

Method invoke

src/ui/app/MainHeader.js:518–524  ·  view source on GitHub ↗
(channel, ...args)

Source from the content-addressed store, hash-verified

516 }
517
518 invoke(channel, ...args) {
519 if (this.wasJustDragged) return;
520 if (window.api) {
521 window.api.mainHeader.invoke(channel, ...args);
522 }
523 // return Promise.resolve();
524 }
525
526 showSettingsWindow(element) {
527 if (this.wasJustDragged) return;

Callers 5

_handleListenClickMethod · 0.95
_handleAskClickMethod · 0.95
renderMethod · 0.95
handleSaveApiKeyFunction · 0.80
preload.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected