MCPcopy Create free account
hub / github.com/objectivehtml/FlipClock / SourceText

Interface SourceText

docs/types/SourceText.interface.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface SourceText {
2 /**
3 * Identifier of an input that was used as a grammarSource in parse().
4 */
5 readonly source: GrammarSource;
6 /** Source text of the input. */
7 readonly text: string;
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected