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

Method appendAtom

compiler/companion/src/native/IRtoString.ts:129–131  ·  view source on GitHub ↗
(atom: NativeCompilerBuilderAtomID)

Source from the content-addressed store, hash-verified

127 for (let i = 0; i < variables.length; i++) {
128 if (i > 0) {
129 this.append(',');
130 }
131 this.appendVariable(variables[i]);
132 }
133 this.append(' ]');
134 return this;

Callers 2

appendAtomsMethod · 0.95
outputIRFunction · 0.80

Calls 1

appendQuotedStringMethod · 0.95

Tested by

no test coverage detected