MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / SetInputFilePath

Method SetInputFilePath

CodeFormat/src/FormatContext.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void FormatContext::SetInputFilePath(std::string_view input) {
22 _inputPath = std::string(input);
23}
24
25bool IsSubRelative(const std::filesystem::path &path, const std::filesystem::path &base) {
26 auto relative = std::filesystem::relative(path, base);

Callers 2

InitFormatFunction · 0.80
InitCheckFunction · 0.80

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected