MCPcopy Create free account
hub / github.com/ElementsProject/lightning / pull_invalid

Function pull_invalid

ccan/ccan/rune/coding.c:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171static void pull_invalid(const char **data, size_t *len)
172{
173 *data = NULL;
174 *len = 0;
175}
176
177static bool pull_char(const char **data, size_t *len, char *c)
178{

Callers 1

pull_charFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected