MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / error

Method error

src/util/subprocess.h:650–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648struct error
649{
650 explicit error(int fd): wr_ch_(fd) {}
651
652 explicit error(FILE* fp):error(subprocess_fileno(fp)) { assert(fp); }
653

Callers 15

verify_shasums_signatureFunction · 0.45
verify_published_handlerFunction · 0.45
verify_binaries_handlerFunction · 0.45
mainFunction · 0.45
test_oneMethod · 0.45
run_testMethod · 0.45
test_sendMethod · 0.45
shutdownMethod · 0.45
rest_blockFunction · 0.45

Calls 2

OSErrorClass · 0.85
pipe_cloexecFunction · 0.85

Tested by 8

mainFunction · 0.36
test_oneMethod · 0.36
test_sendMethod · 0.36
shutdownMethod · 0.36
BOOST_FIXTURE_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36