MCPcopy Create free account
hub / github.com/AztecProtocol/aztec-packages / bb_binary_exists

Function bb_binary_exists

barretenberg/rust/tests/src/utils.rs:68–71  ·  view source on GitHub ↗

Check if BB binary exists at the expected path

()

Source from the content-addressed store, hash-verified

66
67/// Check if BB binary exists at the expected path
68pub fn bb_binary_exists() -> bool {
69 let path = get_bb_binary_path();
70 std::path::Path::new(&path).exists()
71}
72
73/// Check if BB binary supports the msgpack API
74pub fn bb_supports_msgpack() -> bool {

Callers

nothing calls this directly

Calls 2

get_bb_binary_pathFunction · 0.85
existsMethod · 0.65

Tested by

no test coverage detected