code wiki / (root) / nx_http_metrics_test.nx

nx_http_metrics_test.nx

buildroot/runtime/nx_http_metrics_test.nx

7285 B180 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind gate/prooftopic http
docsdependenciesstructsconstsfunctions

about

nx_http_metrics_test.nx -- smoke for Prometheus /metrics emitter. expect_exit: 0 license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls_x86_64.nx nx_http_metrics.nx nx_http_metrics_test.nx

imports: nx_syscalls_x86_64.nxnx_http_metrics.nx

imported by: nobody (leaf or entry point)

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

main nxm_verdict_is_valid nxm_type_is_valid bytes_eq nxm_type_name nxm_type_name_len nxm_validate_name nxm_is_name_start nxm_is_name_cont nxm_is_name_start ↻ nx_http_metrics_emit_one nxm_validate_name ↻ nxm_type_is_valid ↻ nxm_put_cstr nxm_put nxm_put_bytes nxm_put ↻ nxm_put ↻ nxm_type_name ↻ nxm_type_name_len ↻ nxm_put_dec nxm_put ↻ bytes_contains bytes_eq ↻ nx_http_metrics_emit_respo nx_http_metrics_emit_one ↻ nxm_put_cstr ↻ nxm_put_dec ↻

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
29func main() -> i64