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

Method create

frontend/public/tinymce/tinymce.d.ts:248–248  ·  view source on GitHub ↗
(name: string, attrs?: Record<string, string>)

Source from the content-addressed store, hash-verified

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;

Callers 15

createClassFunction · 0.65
makeMapFunction · 0.65
makeListFunction · 0.65
makeOrderedMapFunction · 0.65
makeSequenceFunction · 0.65
RecordFunction · 0.65
makeRecordFunction · 0.65
makeSetFunction · 0.65
makeOrderedSetFunction · 0.65
makeStackFunction · 0.65
_addListenerFunction · 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