We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6097d82 commit 34e2025Copy full SHA for 34e2025
barretenberg/cpp/src/barretenberg/api/exec_pipe.hpp
@@ -12,7 +12,7 @@
12
13
namespace bb {
14
15
-// Unsafe version - renamed to make it clear this is dangerous
+// Unsafe version - DO NOT USE THIS DIRECTLY
16
inline std::vector<uint8_t> exec_pipe_unsafe([[maybe_unused]] const std::string& command)
17
{
18
#ifdef __wasm__
0 commit comments