MCPcopy Create free account
hub / github.com/apache/storm / process

Method process

storm-core/src/jvm/org/apache/storm/command/CLI.java:249–251  ·  view source on GitHub ↗
(Object current, String value)

Source from the content-addressed store, hash-verified

247 }
248
249 public Object process(Object current, String value) {
250 return assoc.assoc(current, parse.parse(value));
251 }
252 }
253
254 @SuppressWarnings("checkstyle:AbbreviationAsWordInName")

Callers 1

parseMethod · 0.95

Calls 2

assocMethod · 0.65
parseMethod · 0.65

Tested by

no test coverage detected