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

Method getResult

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

Get the latest ParseResult without consuming new data.

()

Source from the content-addressed store, hash-verified

433 set(fullText: string): ParseResult;
434 /** Get the latest ParseResult without consuming new data. */
435 getResult(): ParseResult;
436}
437
438export function createStreamParser(cat: ParamMap, rootName?: string): StreamParser {

Callers 2

useOpenUIStateFunction · 0.65
parser.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected