code wiki / (root) / nx_http_template_test.nx

nx_http_template_test.nx

buildroot/runtime/nx_http_template_test.nx

6844 B169 linesdepth 4pulls 5 transitivereach 0 importersview sourcekind gate/prooftopic http
docsdependenciesstructsconstsfunctions

about

nx_http_template_test.nx -- smoke for typed-context templates. expect_exit: 0 license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls_x86_64.nx nx_http_template.nx nx_http_template_test.nx

imports: nx_syscalls_x86_64.nxnx_http_template.nx

imported by: nobody (leaf or entry point)

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

main nxt_verdict_is_valid bytes_eq nxt_verdict_name nxt_modifier_to_ctx nxt_bytes_eq setup_vars nx_template_vars_init nx_http_template_render nxt_skip_ws nxt_is_space nxt_scan_ident nxt_is_ident_char nxt_modifier_to_ctx ↻ nxt_find_var nx_html_escape nxh_ctx_is_valid nxh_put_bytes nxh_put nxh_url_safe nxh_put ↻ nxh_hex_nibble nxh_put_lit nxh_put ↻ bytes_contains bytes_eq ↻

structs

none

consts

none

functions

10func bytes_eq(a: *u8, b: *u8, n: i64) -> i64
called by 2: bytes_containsmain
19func bytes_contains(haystack: *u8, h_n: i64, needle: *u8, n_n: i64) -> i64
called by 1: main calls 1: bytes_eq
30func setup_vars(vars: *NxTemplateVars) -> i64
called by 1: main calls 1: nx_template_vars_init
74func main() -> i64