Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ skip_line
Function
skip_line
ccan/ccan/ptr_valid/ptr_valid.c:51–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
static char *skip_line(char *p)
52
{
53
char *nl = strchr(p,
'\n'
);
54
if (!nl)
55
return NULL;
56
return nl + 1;
57
}
58
59
static struct ptr_valid_map *add_map(struct ptr_valid_map *map,
60
unsigned int *num,
Callers
1
get_proc_maps
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected