Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ funnel
Method
funnel
output/java_guava/1.4.17/Funnels.java:230–232 ·
view source on GitHub ↗
(Long from, PrimitiveSink into)
Source
from the content-addressed store, hash-verified
228
INSTANCE;
229
230
public
void
funnel(Long from, PrimitiveSink into) {
231
into.putLong(from);
232
}
233
234
@Override
235
public
String toString() {
Callers
nothing calls this directly
Calls
1
putLong
Method · 0.65
Tested by
no test coverage detected