code wiki / _hdl_build / nx_brand_conversion.nx

nx_brand_conversion.nx

buildroot/runtime/_hdl_build/nx_brand_conversion.nx

1551 B31 linesdepth 2pulls 2 transitivereach 2 importersview sourcekind librarytopic brand
docsdependenciesstructsconstsfunctions

about

nx_brand_conversion.nx -- measure the CONVERSION PATH of a built page: a focused primary CTA (the conversion entry), a clear journey/funnel (steps), and repetition that is present-but-not-spammy. bc_conv_score 0..3. This is the measurable core of conversion/journey optimization; full A/B-funnel experimentation is nx_cms_abtest. Library, standalone. 100% sovereign. license_tier: ORIGINAL

dependencies 1 imports · 2 importers

nx_syscalls.nx nx_brand_conversion.nx nx_brand_conversion_gate.nx nx_brand_exceed3_gate.nx

imports: nx_syscalls.nx

imported by: nx_brand_conversion_gate.nxnx_brand_exceed3_gate.nx

structs

none

consts

none

functions

7func bc_strlen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: bc_count
8func bc_match_at(s: *u8, i: i64, n: i64, pat: *u8, plen: i64) -> i64
called by 1: bc_count
14func bc_count(s: *u8, n: i64, pat: *u8) -> i64
22func bc_cta_count(html: *u8, n: i64) -> i64 { return bc_count(html, n, "class=\"cta\"" as *u8) }
called by 2: bc_conv_scoremain calls 1: bc_count
24func bc_conv_score(html: *u8, n: i64) -> i64
called by 2: mainmain calls 2: bc_cta_countbc_count