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

Interface AstNodeConstructor

frontend/public/tinymce/tinymce.d.ts:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 map: Record<string, string>;
244};
245interface AstNodeConstructor {
246 readonly prototype: AstNode;
247 new (name: string, type: number): AstNode;
248 create(name: string, attrs?: Record<string, string>): AstNode;
249}
250declare class AstNode {
251 static create(name: string, attrs?: Record<string, string>): AstNode;
252 name: string;

Callers 8

createClassFunction · 0.65
makeMapFunction · 0.65
makeListFunction · 0.65
makeOrderedMapFunction · 0.65
makeSequenceFunction · 0.65
RecordFunction · 0.65
makeRecordFunction · 0.65

Implementers 2

upfrontend/public/tinymce/tinymce.min.js
LLMServicebackend/apps/chat/task/llm.py

Calls

no outgoing calls

Tested by

no test coverage detected