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

Method tset_table1_cnt

src/main/java/server/Server_MJXTp.java:40–43  ·  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

38 * @return the number of the matching TSet entries
39 */
40 public int tset_table1_cnt(BigInteger stag1) {
41 this.stag1 = stag1;
42 return tset.get(stag1).size();
43 }
44
45 /**
46 * the server operations of the search algorithm for MJXT+

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76