MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / accept

Method accept

src/main/java/com/volmit/adapt/util/Consumer2.java:24–24  ·  view source on GitHub ↗
(A a, B b)

Source from the content-addressed store, hash-verified

22@FunctionalInterface
23public interface Consumer2<A, B> {
24 void accept(A a, B b);
25}

Callers 9

loadChunkAsyncMethod · 0.65
executeMethod · 0.65
aMethod · 0.65
startSubmittingMethod · 0.65
submitDataMethod · 0.65
sendDataMethod · 0.65
getRequestJsonObjectMethod · 0.65
checkMethod · 0.65
readEntryMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected