nx_diamond_mid.nx source
↩ module page · 7 lines · 378 B
1// nx_diamond_mid.nx -- middle arm of the import-dedup diamond probe (2026-07-31).
2// Imports the leaf. The TOP will import BOTH this and the leaf directly, forming the diamond
3// shape suspected in the nx_cc_ingest failure (it imports nx_x509_trust_store directly AND via
4// nx_https_fetch_follow).
5import "nx_diamond_leaf.nx"
6
7func dm_value() -> i64 { return dl_value() + 1 }