code wiki / _hdl_build / nx_dataeng_compare_page.nx

nx_dataeng_compare_page.nx

buildroot/runtime/_hdl_build/nx_dataeng_compare_page.nx

9685 B109 linesdepth 2pulls 3 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_dataeng_compare_page.nx -- GENERATOR: the /compare/dataeng page. ★07-10 v2 = COMPOSES THE KIT, NOT hand- rolled CSS. The design/taste now lives in the SYSTEM's canonical shell (nx_sclass_kit content-tier: sk_doc_*/ sk_score_*/sk_dtable_*/sk_drow) -- this page is pure DATA + composition, ZERO inline CSS. So the quality is a TOOL the whole compare fleet can adopt by composing the same kit (fixes OUR tools, not one page). Renders the MEASURED census state (616/1000). Self-verified emission. license_tier: ORIGINAL expect_exit: 0

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_sclass_kit.nx nx_dataeng_compare_page.nx

imports: nx_syscalls.nxnx_sclass_kit.nx

imported by: nobody (leaf or entry point)

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

main sys_mmap sk_doc_open sk_head he_puts sk_doc_styles he_puts ↻ sk_header_open he_puts ↻ sk_nav_item he_puts ↻ sk_header_close he_puts ↻ sk_doc_main he_puts ↻ sk_doc_h1 he_puts ↻ sk_score_open he_puts ↻ sk_stat he_puts ↻ sk_score_close he_puts ↻ sk_lede he_puts ↻ sk_callout he_puts ↻ sk_h2 he_puts ↻ sk_dtable_open he_puts ↻ sk_trow he_puts ↻ sk_dtable_close he_puts ↻ sk_drow he_puts ↻ sk_doc_close he_puts ↻ dc_wfile

structs

none

consts

8const K_MAGIC_262144: i64 = 262144

functions

10func dc_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main calls 1: sys_write
11func dc_has(hay: *u8, n: i64, needle: *u8) -> i64
called by 1: main
18func dc_wfile(path: *u8, buf: *u8, n: i64) -> i64
27func main() -> i64