Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/airlift/bytecode
/ append
Method
append
src/main/java/io/airlift/bytecode/BytecodeBlock.java:82–86 ·
view source on GitHub ↗
(BytecodeNode node)
Source
from the content-addressed store, hash-verified
80
}
81
82
public
BytecodeBlock append(BytecodeNode node)
83
{
84
nodes.add(node);
85
return
this;
86
}
87
88
public
BytecodeBlock comment(String comment)
89
{
Callers
15
accept
Method · 0.95
accept
Method · 0.95
accept
Method · 0.95
getBytecode
Method · 0.95
getBytecode
Method · 0.95
getBytecode
Method · 0.95
getBytecode
Method · 0.95
testGenerator
Method · 0.80
testGenerator
Method · 0.80
defineSetAndGetMethod
Method · 0.80
testIncrement
Method · 0.80
testGetField
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
7
testGenerator
Method · 0.64
testGenerator
Method · 0.64
defineSetAndGetMethod
Method · 0.64
testIncrement
Method · 0.64
testGetField
Method · 0.64
assertSetPoint
Method · 0.64
execute
Method · 0.64