MCPcopy Create free account
hub / github.com/CDSecLab/MJXT / tset_table2_cnt

Method tset_table2_cnt

src/main/java/server/Server_JXT.java:47–50  ·  view source on GitHub ↗

Get the number of the second table's TSet entries @param stag2 the second table's stag @return the number of the matching TSet entries

(BigInteger stag2)

Source from the content-addressed store, hash-verified

45 * @return the number of the matching TSet entries
46 */
47 public int tset_table2_cnt(BigInteger stag2){
48 this.stag2 = stag2;
49 return tset.get(stag2).size();
50 }
51
52 /**
53 * the server operations of the search algorithm for JXT

Callers 2

mainMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by 2

mainMethod · 0.76
mainMethod · 0.76