MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / have_pipe

Method have_pipe

cppcryptfs/ui/MountPropertyPage.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 OutputHandler(HANDLE hPipe);
46 virtual ~OutputHandler();
47 bool have_pipe() { return m_hPipe != INVALID_HANDLE_VALUE && m_hPipe != NULL; }
48 int print(int type, const wchar_t* fmt, ...);
49};
50

Callers 1

ProcessCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected