MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / set_max_count

Method set_max_count

external/parallel_hashmap/btree.h:1166–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1164 void set_start(field_type v) { GetField<1>()[1] = v; }
1165 void set_count(field_type v) { GetField<1>()[2] = v; }
1166 void set_max_count(field_type v) { GetField<1>()[3] = v; }
1167
1168 public:
1169 // Whether this is a leaf node or not. This value doesn't change after the

Callers 2

init_leafMethod · 0.80
init_internalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected