Skip to main content

luaur_analysis/functions/
is_cacheable_normalize.rs

1//! Source: `Analysis/src/Normalize.cpp:875-894` (hand-ported)
2//!
3//! `static bool isCacheable(TypePackId tp, Set<TypeId>& seen)` — the type-pack
4//! overload of `isCacheable`. The full body lives alongside its sibling
5//! `TypeId` overload in `is_cacheable_normalize_alt_b`; this module re-exports
6//! it under the cited node's name to preserve the one-item-per-file mapping.
7pub use crate::functions::is_cacheable_normalize_alt_b::is_cacheable_type_pack_id_set_type_id as is_cacheable;