MCPcopy Index your code
hub / github.com/glideapps/quicktype / TextSource

Interface TextSource

src/Source.ts:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 | ModifiedSource;
20
21export interface TextSource {
22 kind: "text";
23 text: string;
24}
25
26export interface NewlineSource {
27 kind: "newline";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…