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

Method run

frontend/public/tinymce/tinymce.d.ts:2403–2403  ·  view source on GitHub ↗
(this: DOMUtils, elm: T | T[], func: (node: T) => R, scope?: any)

Source from the content-addressed store, hash-verified

2401 };
2402 findCommonAncestor: (a: Node, b: Node) => Node | null;
2403 run<R, T extends Node>(this: DOMUtils, elm: T | T[], func: (node: T) => R, scope?: any): typeof elm extends Array<any> ? R[] : R;
2404 run<R, T extends Node>(this: DOMUtils, elm: RunArguments<T>, func: (node: T) => R, scope?: any): RunResult<typeof elm, R>;
2405 isEmpty: (node: Node, elements?: Record<string, any>, options?: IsEmptyOptions) => boolean;
2406 createRng: () => Range;

Callers 6

drainQueueFunction · 0.80
lFunction · 0.80
theme.min.jsFile · 0.80
main.pyFile · 0.80
execute_sql_with_dbFunction · 0.80
sync_wrapperFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected