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

Function getParentPath

test/test_runner/test_runner.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139static std::string getParentPath(const std::string& dbPath) {
140 return std::filesystem::path(dbPath).parent_path().string();
141}
142
143void TestRunner::testStatement(TestStatement& statement, Connection& conn,
144 const std::string& databasePath) {

Callers 1

testStatementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected