MCPcopy Create free account
hub / github.com/BitVM/BitVM / is_x86_architecture

Function is_x86_architecture

prover/src/docker.rs:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176fn is_x86_architecture() -> bool {
177 ARCH == "x86_64" || ARCH == "x86"
178}
179
180pub fn to_decimal(s: &str) -> Option<String> {
181 let int = BigUint::from_str_radix(s, 16).ok();

Callers 1

stark_to_succinctFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected