MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / contains

Method contains

cranelift/codegen/src/ir/memflags.rs:546–548  ·  view source on GitHub ↗

Returns `true` if this set already contains a region with the given `user_id`.

(&self, user_id: u32)

Source from the content-addressed store, hash-verified

544 /// Returns `true` if this set already contains a region with the given
545 /// `user_id`.
546 pub fn contains(&self, user_id: u32) -> bool {
547 self.dedupe_map.contains_key(&user_id)
548 }
549
550 /// Returns `true` if the given alias region reference is valid.
551 pub fn is_valid(&self, ar: AliasRegion) -> bool {

Callers 15

nextMethod · 0.45
do_remove_constant_phisFunction · 0.45
post_order_dfsFunction · 0.45
process_brifMethod · 0.45
newMethod · 0.45
is_coldMethod · 0.45
is_inst_sunkMethod · 0.45
compute_frame_layoutMethod · 0.45
emitFunction · 0.45
to_capstoneMethod · 0.45

Calls 1

contains_keyMethod · 0.45

Tested by

no test coverage detected