MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / environments

Method environments

tests/src/main.rs:30–32  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

28
29impl Opt {
30 pub fn environments(&self) -> impl Iterator<Item = &str> {
31 self.target_env.split(',')
32 }
33}
34
35const TARGET_PREFIX: &str = "spirv-unknown-";

Callers 1

run_modeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected