code wiki / _hdl_build / nx_brand_publish_submit.nx

nx_brand_publish_submit.nx

buildroot/runtime/_hdl_build/nx_brand_publish_submit.nx

2998 B44 linesdepth 6pulls 12 transitivereach 0 importersview sourcekind tooltopic brand
docsdependenciesstructsconstsfunctions

about

nx_brand_publish_submit.nx -- Submits a branded homepage to the Nishi publisher via the sanctioned pub_submit function for operator approval.

dependencies 4 imports · 0 importers

nx_gate_gn.nx nx_gate_base.nx nx_syscalls.nx nx_publisher.nx nx_brand_publish_submit.nx

imports: nx_gate_gn.nxnx_gate_base.nxnx_syscalls.nxnx_publisher.nx

imported by: nobody (leaf or entry point)

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

main gw sys_write pub_submit pub_init pub_submit_to sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ pub_sha_file sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_munmap sys_close sha256_digest sys_mmap ↻ sha256_init sys_mmap ↻ sha256_seed_allocated sha256_update sha256_compress_ni_blocks blk_set_byte sha256_compress sha256_final

structs

none

consts

none

functions

13func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw("
calls 1: gw
16func main() -> i64