Expand description
Zero-allocation scoped query execution boundary for Flutter qapps.
Hot-path functions use stack/fixed buffers only. Heap allocation is confined
to the FRB wrapper that copies geometry into a Dart Float32List.
Enums§
Constants§
- FLOATS_
PER_ QUIN - Float32 values emitted per matched Quin (six u64 lanes, no inline float tagging).
- MAX_
QUERY_ RESULTS - Maximum Quin results per scoped query (42MB Sentinel budget).
- SCOPED_
QUERY_ MAX_ FLOATS
Functions§
- append_
sanctuary_ violation - Append a conduct-violation Quin when a qapp breaches its compiled capability scope.
- compile_
wildcard_ graph_ query - Compile a wildcard anatomy graph query into fixed bytecode (install/boot helper).
- dicom_
ingest_ status - Poll Core 3 ingest status: 0=pending, 1=complete, 2=failed.
- eval_
comorbidity_ json - Hot-path comorbidity evaluation — stack buffers only inside engine call.
- eval_
comorbidity_ json_ from_ daemon - Comorbidity verdicts using the in-process daemon graph (FRB-friendly).
- execute_
dicom_ volume_ query - Memory-map read of ingested pixel payload (single copy for Dart
Uint8List). - execute_
scoped_ query - FRB/diagnostic wrapper — may allocate when copying geometry for Dart.
- execute_
scoped_ query_ in_ place - Hot-path scoped query — must not allocate heap memory.
- submit_
dicom_ ingest - Submit
.dcmsplit-ingest to Core 3; returns lock-free job id. - translate_
quin_ to_ geometry - Map matched Quins into a flat
f32lane for DartFloat32Listrendering. Usesf32::from_bitson the low 32 bits — no scalar tagging in Quin objects. - verify_
execution_ scope - Walk compiled bytecode and ensure bound operands stay inside declared ontology domains.