MCPcopy Create free account
hub / github.com/axmolengine/axmol / isAbsolutePath

Method isAbsolutePath

core/platform/FileUtils.cpp:922–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921#endif
922bool FileUtils::isAbsolutePath(std::string_view path) const
923{
924 return isAbsolutePathInternal(path);
925}
926
927bool FileUtils::isAbsolutePathInternal(std::string_view path)
928{

Callers 3

captureScreenFunction · 0.45
FileUtilsTests.cppFile · 0.45
saveAsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected