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

Method inputs

cranelift/codegen/meta/src/isle.rs:34–40  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

32
33impl IsleCompilation {
34 pub fn inputs(&self) -> Vec<std::path::PathBuf> {
35 self.inputs
36 .iter()
37 .chain(self.untracked_inputs.iter())
38 .cloned()
39 .collect()
40 }
41}
42
43pub fn shared_isle_lower_paths(codegen_crate_dir: &std::path::Path) -> Vec<std::path::PathBuf> {

Callers 2

isle_input_filesMethod · 0.45
get_isle_filesFunction · 0.45

Calls 3

collectMethod · 0.80
chainMethod · 0.80
iterMethod · 0.45

Tested by 1

get_isle_filesFunction · 0.36