MCPcopy Index your code
hub / github.com/Tencent/APIJSON / get

Method get

APIJSONORM/src/main/java/apijson/orm/JSONRequest.java:133–136  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

131 }
132
133 @Override
134 public Object get(Object key) {
135 return map.get(key);
136 }
137
138 @Override
139 public Object remove(Object key) {

Callers 15

getWarnMethod · 0.45
extendResultMethod · 0.45
getStructureMethod · 0.45
onObjectParseMethod · 0.45
onArrayParseMethod · 0.45
onJoinParseMethod · 0.45
getValueByPathMethod · 0.45
getArrayMainCacheMethod · 0.45
getArrayMainCacheItemMethod · 0.45
batchVerifyMethod · 0.45
setRequestAttributeMethod · 0.45
buildTagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected