MCPcopy 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
18fs::path MempoolPath(const ArgsManager& argsman)
19{
20 return argsman.GetDataDirNet() / "mempool.dat";
21}
22
23} // namespace node

Callers 4

ShutdownFunction · 0.85
AppInitMainFunction · 0.85
savemempoolFunction · 0.85

Calls 1

GetDataDirNetMethod · 0.80

Tested by

no test coverage detected