MCPcopy Create free account
hub / github.com/crownengine/crown / is_relative

Function is_relative

src/core/filesystem/path.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 bool is_relative(const char *path)
46 {
47 CE_ENSURE(NULL != path);
48 return !is_absolute(path);
49 }
50
51 bool is_root(const char *path)
52 {

Callers 2

test_pathFunction · 0.85
parseMethod · 0.85

Calls 1

is_absoluteFunction · 0.85

Tested by 1

test_pathFunction · 0.68