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

Function cisspace

ccan/ccan/str/str.h:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 return ispunct((unsigned char)c);
151}
152static inline bool cisspace(char c)
153{
154 return isspace((unsigned char)c);
155}
156static inline bool cisupper(char c)
157{
158 return isupper((unsigned char)c);

Callers 8

get_http_hdrFunction · 0.85
canonicalizeFunction · 0.85
find_bolt_refFunction · 0.85
tokenizeFunction · 0.85
string_to_dataFunction · 0.85
find_column_nameFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected