MCPcopy Create free account
hub / github.com/ElementsProject/elements / filename

Method filename

src/fs.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 // See https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=96e0367ead5d8dcac3bec2865582e76e2fbab190
56 path& make_preferred() { std::filesystem::path::make_preferred(); return *this; }
57 path filename() const { return std::filesystem::path::filename(); }
58};
59
60// Disallow implicit std::string conversion for absolute to avoid

Callers 8

ReadAnchorsFunction · 0.80
ListDatabasesFunction · 0.80
MakeBerkeleyDatabaseFunction · 0.80
MakeWalletDatabaseFunction · 0.80
GetWalletEnvFunction · 0.80
UnlockFileMethod · 0.80
UnlockFileMethod · 0.80
CleanupBlockRevFilesFunction · 0.80

Calls

no outgoing calls

Tested by 1

GetWalletEnvFunction · 0.64