Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ MempoolPath
Function
MempoolPath
src/node/mempool_persist_args.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
fs::path MempoolPath(const ArgsManager& argsman)
19
{
20
return argsman.GetDataDirNet() /
"mempool.dat"
;
21
}
22
23
} // namespace node
Callers
4
Shutdown
Function · 0.85
AppInitMain
Function · 0.85
validation_load_mempool.cpp
File · 0.85
savemempool
Function · 0.85
Calls
1
GetDataDirNet
Method · 0.80
Tested by
no test coverage detected