Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ path_is_abs
Function
path_is_abs
ccan/ccan/tal/path/path.c:507–510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
}
506
507
bool path_is_abs(const char *path)
508
{
509
return path[0] == PATH_SEP;
510
}
511
512
bool path_is_file(const char *path)
513
{
Callers
3
path_dirname
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68