Skip to main content

dom_index_snapshot

Function dom_index_snapshot 

Source
pub fn dom_index_snapshot() -> Arc<DomIndex> 
Expand description

Read the current snapshot. Returns a cheap Arc clone so the caller drops the lock immediately. Script hosts and the C-ABI read here; they hold no &World at call time.