Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
appendAtoms
Method · 0.95
outputIR
Function · 0.80
Calls
1
appendQuotedString
Method · 0.95
Tested by
no test coverage detected