Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
public
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
testGeneric
Method · 0.95
Calls
1
handle
Method · 0.65
Tested by
no test coverage detected