MCPcopy Create free account
hub / github.com/material-shell/material-shell /

Class

src/utils/signal.ts:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 * An error will be logged if you try to disconnect the signal more than once.
16 */
17export class SignalHandle {
18 private constructor(target: CanDisconnect, id: number) {
19 this.target = target;
20 if (target instanceof Clutter.Actor) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected