Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ addUsedVariables
Method
addUsedVariables
src/main/java/org/dynjs/ir/operands/Variable.java:15–17 ·
view source on GitHub ↗
(List<Variable> l)
Source
from the content-addressed store, hash-verified
13
public
abstract String getName();
14
15
public
void
addUsedVariables(List<Variable> l) {
16
l.add(this);
17
}
18
19
@Override
20
public
Operand getSimplifiedOperand(Map<Operand, Operand> valueMap, boolean force) {
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected