MCPcopy Create free account
hub / github.com/antlr/codebuff / funnel

Method funnel

output/java_guava/1.4.17/Funnels.java:160–162  ·  view source on GitHub ↗
(Integer from, PrimitiveSink into)

Source from the content-addressed store, hash-verified

158 INSTANCE;
159
160 public void funnel(Integer from, PrimitiveSink into) {
161 into.putInt(from);
162 }
163
164 @Override
165 public String toString() {

Callers

nothing calls this directly

Calls 1

putIntMethod · 0.65

Tested by

no test coverage detected