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

Method append

compiler/companion/src/OutputWriter.ts:56–58  ·  view source on GitHub ↗
(str: string | IOutputWriter)

Source from the content-addressed store, hash-verified

54 }
55
56 append(str: string | IOutputWriter) {
57 this.written.push(str);
58 }
59
60 content(): string {
61 return outputContent(this.written);

Callers 3

endIndentMethod · 0.95
generateTypeScriptIdsFunction · 0.95
IRtoStringFunction · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected