MCPcopy Index your code
hub / github.com/thesysdev/openui / set

Method set

packages/lang-core/src/parser/parser.ts:433–433  ·  view source on GitHub ↗

Set the full text — diffs against internal buffer, pushes only the delta. * Resets automatically if the text was replaced (not appended).

(fullText: string)

Source from the content-addressed store, hash-verified

431 /** Set the full text — diffs against internal buffer, pushes only the delta.
432 * Resets automatically if the text was replaced (not appended). */
433 set(fullText: string): ParseResult;
434 /** Get the latest ParseResult without consuming new data. */
435 getResult(): ParseResult;
436}

Callers 6

mergeStatementsFunction · 0.65
buildResultFunction · 0.65
parseFunction · 0.65
addStmtFunction · 0.65
currentResultFunction · 0.65
compileSchemaFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected