Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ stat
Class
stat
ccan/ccan/tal/path/path.c:375–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
/* .. => remove previous if there is one, unless symlink. */
374
if (len == 3 && ret[i] ==
'.'
&& ret[i+1] ==
'.'
) {
375
struct stat st;
376
377
if (j > start) {
378
/* eg. /foo/, foo/ or foo/bar/ */
Callers
2
path_is_file
Function · 0.70
path_is_dir
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected