Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/baidu/amis
/ assignmentExpression
Function
assignmentExpression
packages/amis-formula/src/parser.ts:735–737 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
733
}
734
735
function
assignmentExpression(): ASTNodeOrNull {
736
return
conditionalExpression();
737
}
738
739
function
contents(): ASTNodeOrNull {
740
const
node: ASTNode = {
Callers
2
expression
Function · 0.85
conditionalExpression
Function · 0.85
Calls
1
conditionalExpression
Function · 0.85
Tested by
no test coverage detected