Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_path
Function · 0.85
parse
Method · 0.85
Calls
1
is_absolute
Function · 0.85
Tested by
1
test_path
Function · 0.68