Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ Zone
Method
Zone
moshi/src/test/java/feign/moshi/Zone.java:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
public
class
Zone extends LinkedHashMap<String, Object> {
22
23
Zone() {
24
// for reflective instantiation.
25
}
26
27
Zone(String name) {
28
this(name, null);
Callers
nothing calls this directly
Calls
1
put
Method · 0.65
Tested by
no test coverage detected