Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ cisxdigit
Function
cisxdigit
ccan/ccan/str/str.h:160–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
return isupper((unsigned char)c);
159
}
160
static inline bool cisxdigit(char c)
161
{
162
return isxdigit((unsigned char)c);
163
}
164
165
#include <ccan/str/str_debug.h>
166
Callers
1
escape
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected