code wiki / (root) / sketch_hash_map_test.nx

sketch_hash_map_test.nx

buildroot/runtime/sketch_hash_map_test.nx

4660 B135 linesdepth 5pulls 5 transitivereach 0 importersview sourcekind gate/prooftopic sketch
docsdependenciesstructsconstsfunctions

about

sketch_hash_map_test.nx -- hash map foundational primitive verification.

dependencies 3 imports · 0 importers

syscalls.nx sketch_hash_map.nx sketch_types.nx sketch_hash_map_test.nx

imports: syscalls.nxsketch_hash_map.nxsketch_types.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main nx_hmap_alloc nx_hmap_is_pow2 nx_hmap_size nx_hmap_put nx_hmap_probe_insert nx_hmap_hash nx_hmap_entry_at nx_hmap_entry_at ↻ nx_hmap_get nx_hmap_probe_find nx_hmap_hash ↻ nx_hmap_entry_at ↻ nx_hmap_entry_at ↻ nx_hmap_has nx_hmap_probe_find ↻ nx_hmap_remove nx_hmap_probe_find ↻ nx_hmap_entry_at ↻ nx_hmap_load_ppt nx_hmap_next nx_hmap_entry_at ↻ nx_hmap_clear nx_hmap_entry_at ↻ nx_hmap_query_size nx_approx_new

structs

none

consts

none

functions

7func main() -> i64 {