code wiki / (root) / nx_ingest_batch_test.nx

nx_ingest_batch_test.nx

buildroot/runtime/nx_ingest_batch_test.nx

3950 B86 linesdepth 7pulls 10 transitivereach 0 importersview sourcekind gate/prooftopic ingest
docsdependenciesstructsconstsfunctions

about

nx_ingest_batch_test.nx -- smoke for the bits-up ingestion SYSTEM. Runs the batch driver over ../../nishi-library/fixtures/gbif/ with suffix ".raw" + emits ingested_system.jsonl. No upstream- source-specific code in this test or the driver -- the JSON shape is discovered at parse time and emitted flat.

dependencies 2 imports · 0 importers

syscalls.nx nx_ingest_batch.nx nx_ingest_batch_test.nx

imports: syscalls.nxnx_ingest_batch.nx

imported by: nobody (leaf or entry point)

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

main make_dir_path make_out_path nx_ingest_batch_run nx_dir_list nx_openat nx_dirent_read nx_dirent_iter nx_dir_is_dotlike nx_dir_name_strlen nx_dir_arena_copy_name sys_openat_wr nx_dir_row_at nx_dir_row_is_regular_file nx_dir_name_ends_with nx_ingest_join_path sys_read_file sys_openat_rd sys_lseek sys_mmap sys_read sys_close nx_value_parse_json nx_val_parse_value nx_val_parse_skip_ws nx_val_parse_is_ws nx_value_new_object nx_value_new_null nx_val_parse_string nx_value_new_string nx_value_new_null ↻ nx_val_parse_value ↻ nx_value_new_array nx_value_new_null ↻ nx_val_parse_match_lit nx_value_new_bool nx_value_new_null ↻ nx_value_new_null ↻ nx_val_parse_number nx_val_parse_is_digit

structs

none

consts

11const NX_TEST_NOW_UNIX: i64 = 1747436400

functions

13func make_dir_path(out: *u8) -> i64
called by 1: main
29func make_out_path(out: *u8) -> i64
called by 1: main
53func main() -> i64