Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/figma/plugin-samples
/ isAlias
Function
isAlias
variables-import-export/code.js:58–60 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
56
}
57
58
function
isAlias(value) {
59
return
value.toString().trim().charAt(0) ===
"{"
;
60
}
61
62
function
traverseToken({
63
collection,
Callers
1
traverseToken
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected