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

Method process

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

Source from the content-addressed store, hash-verified

231 }
232
233 public Object process(Object current, String value) {
234 return assoc.assoc(current, parse.parse(value));
235 }
236 }
237
238 private static class Arg {

Callers 1

parseMethod · 0.45

Calls 2

assocMethod · 0.65
parseMethod · 0.65

Tested by

no test coverage detected