Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ addInstruction
Method
addInstruction
src/main/java/org/dynjs/ir/Scope.java:59–63 ·
view source on GitHub ↗
(Instruction instruction)
Source
from the content-addressed store, hash-verified
57
}
58
59
public
Instruction addInstruction(Instruction instruction) {
60
instructions.add(instruction);
61
62
return
instruction;
63
}
64
65
public
String getFileName() {
66
return
fileName;
Callers
3
visit
Method · 0.95
buildDeclaredFunctions
Method · 0.80
copyAndReturnValue
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected