Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ TakeWriteEnd
Method
TakeWriteEnd
src/util/tokenpipe.cpp:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
TokenPipeEnd TokenPipe::TakeWriteEnd()
23
{
24
TokenPipeEnd res(m_fds[1]);
25
m_fds[1] = -1;
26
return res;
27
}
28
29
TokenPipeEnd::TokenPipeEnd(int fd) : m_fd(fd)
30
{
Callers
2
InitShutdownState
Function · 0.80
fork_daemon
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected