MCPcopy Index your code
hub / github.com/dataease/SQLBot / once

Method once

frontend/public/tinymce/tinymce.d.ts:2614–2614  ·  view source on GitHub ↗
(name: K, callback: (event: EditorEvent<MappedEvent<T, K>>) => void)

Source from the content-addressed store, hash-verified

2612 on<K extends string>(name: K, callback: (event: EditorEvent<MappedEvent<T, K>>) => void, prepend?: boolean): EventDispatcher<T>;
2613 off<K extends string>(name?: K, callback?: (event: EditorEvent<MappedEvent<T, K>>) => void): EventDispatcher<T>;
2614 once<K extends string>(name: K, callback: (event: EditorEvent<MappedEvent<T, K>>) => void): EventDispatcher<T>;
2615 hasEventListeners(name: string): boolean;
2616}
2617interface URISettings {

Callers 10

DuplexFunction · 0.65
bvFunction · 0.65
onceFunction · 0.65
yMFunction · 0.65
wMFunction · 0.65
dFunction · 0.65
oFunction · 0.65
NzFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected