MCPcopy Create free account
hub / github.com/Snapchat/Valdi / content

Method content

compiler/companion/src/OutputWriter.ts:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 content(): string {
61 return outputContent(this.written);
62 }
63
64 beginIndent(indentation: string) {
65 const written = this.written;

Callers 2

generateTypeScriptIdsFunction · 0.95
IRtoStringFunction · 0.95

Calls 1

outputContentFunction · 0.85

Tested by

no test coverage detected