MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / on

Method on

static/widgets/toggles.ts:127–132  ·  view source on GitHub ↗
(
        type: string,
        listener: (oldState: Record<string, boolean>, newState: Record<string, boolean>) => void,
    )

Source from the content-addressed store, hash-verified

125 }
126
127 override on(
128 type: string,
129 listener: (oldState: Record<string, boolean>, newState: Record<string, boolean>) => void,
130 ): this {
131 return super.on(type, listener);
132 }
133}

Callers 15

constructorMethod · 0.45
registerButtonsMethod · 0.45
selectGroupMethod · 0.45
constructorMethod · 0.45
registerCallbacksMethod · 0.45
addMethod · 0.45
addQuickfixHandlersMethod · 0.45
registerButtonsMethod · 0.45
registerCallbacksMethod · 0.45
registerButtonsMethod · 0.45
registerCallbacksMethod · 0.45
registerCallbacksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected