MCPcopy Index your code
hub / github.com/CDSecLab/MJXT / tset_table1_cnt

Method tset_table1_cnt

src/main/java/server/Server_JXTp.java:38–41  ·  view source on GitHub ↗

Get the number of the first table's TSet entries @param stag1 the first table's stag @return the number of the matching TSet entries

(BigInteger stag1)

Source from the content-addressed store, hash-verified

36 * @return the number of the matching TSet entries
37 */
38 public int tset_table1_cnt(BigInteger stag1){
39 this.stag1 = stag1;
40 return tset.get(stag1).size();
41 }
42
43 /**
44 * 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