MCPcopy Index your code
hub / github.com/material-shell/material-shell / emit

Method emit

src/extension.ts:78–80  ·  view source on GitHub ↗
(name: string, ...params: any[])

Source from the content-addressed store, hash-verified

76
77 disableInProgress: boolean | undefined;
78 emit(name: string, ...params: any[]): void {
79 throw new Error('Method not implemented.');
80 }
81 connect(name: string, callback: (...params: any[]) => void): number {
82 throw new Error('Method not implemented.');
83 }

Callers 2

disableMethod · 0.95
loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected