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

Method input

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

For an already existing file descriptor.

Source from the content-addressed store, hash-verified

583{
584 // For an already existing file descriptor.
585 explicit input(int fd): rd_ch_(fd) {}
586
587 // FILE pointer.
588 explicit input (FILE* fp):input(subprocess_fileno(fp)) { assert(fp); }

Callers 3

sendMethod · 0.45
communicateMethod · 0.45
communicate_threadedMethod · 0.45

Calls 2

OSErrorClass · 0.85
pipe_cloexecFunction · 0.85

Tested by

no test coverage detected