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

Method appendVariable

compiler/companion/src/native/IRtoString.ts:113–115  ·  view source on GitHub ↗
(variable: NativeCompilerBuilderVariableID)

Source from the content-addressed store, hash-verified

111 }
112
113 appendQuotedString(str: string | undefined): IRStringWriter {
114 if (str === undefined) {
115 return this.append(' <null>');
116 } else {
117 return this.append(` '${escapeIRString(str)}'`);
118 }

Callers 2

appendVariablesMethod · 0.95
outputIRFunction · 0.80

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected