MCPcopy Create free account
hub / github.com/dynjs/dynjs / handle

Method handle

src/test/java/org/dynjs/runtime/java/Dispatcher.java:5–9  ·  view source on GitHub ↗
(GenericHandler<Thing> handler)

Source from the content-addressed store, hash-verified

3public class Dispatcher {
4
5 public Object handle(GenericHandler<Thing> handler) {
6 Thing thing = new Thing();
7
8 return handler.handle( thing);
9 }
10
11}

Callers 1

testGenericMethod · 0.95

Calls 1

handleMethod · 0.65

Tested by

no test coverage detected