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

Method tset_table1_cnt

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

35 * @return the number of the matching TSet entries
36 */
37 public int tset_table1_cnt(BigInteger stag1){
38 this.stag1 = stag1;
39 return tset.get(stag1).size();
40 }
41
42 /**
43 * Get the number of the second table's TSet entries

Callers 2

mainMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by 2

mainMethod · 0.76
mainMethod · 0.76