MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / joinPath

Method joinPath

src/common/file_system/file_system.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44std::string FileSystem::joinPath(const std::string& base, const std::string& part) {
45 return base + "/" + part;
46}
47
48std::string FileSystem::getFileExtension(const std::filesystem::path& path) {
49 auto extension = path.extension();

Callers 2

planExportTableDataMethod · 0.45
getQueryFromFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected