code wiki / (root) / nx_css_color_decode_test.nx

nx_css_color_decode_test.nx

buildroot/runtime/nx_css_color_decode_test.nx

3216 B91 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic css
docsdependenciesstructsconstsfunctions

about

nx_css_color_decode_test.nx -- smoke for CSS hex color decoder. Verifies all four supported hex shapes (3/4/6/8 chars) plus case-insensitivity and error-on-bad-length / error-on-bad-digit.

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_css_color_decode.nx nx_css_color_decode_test.nx

imports: nx_syscalls.nxnx_css_color_decode.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 _put_byte nx_css_color_decode _css_color_hex_digit _css_color_hex_pair _css_color_hex_digit ↻

structs

none

consts

none

functions

8func _put_byte(buf: *u8, i: i64, v: i64) -> i64
called by 1: main
13func main() -> i64