MCPcopy Create free account
hub / github.com/crossoverJie/JCSprout / addWord

Method addWord

src/main/java/com/crossoverjie/actual/Search.java:183–185  ·  view source on GitHub ↗
(String word)

Source from the content-addressed store, hash-verified

181
182
183 public static void addWord(String word){
184 ALL_MAP.put(word,word) ;
185 }
186}

Callers 2

runMethod · 0.95
mainMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected