Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ appendJumpTarget
Method
appendJumpTarget
compiler/companion/src/native/IRtoString.ts:145–147 ·
view source on GitHub ↗
(jumpTarget: NativeCompilerBuilderJumpTargetID)
Source
from the content-addressed store, hash-verified
143
for
(
let
i = 0; i < atoms.length; i++) {
144
if
(i > 0) {
145
this.append(
','
);
146
}
147
this.appendAtom(atoms[i]);
148
}
149
this.append(
' ]'
);
150
return
this;
Callers
1
outputIR
Function · 0.80
Calls
1
appendQuotedString
Method · 0.95
Tested by
no test coverage detected