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

Function is_whitespace

common/splice_script.c:513–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513static bool is_whitespace(char c)
514{
515 return cisspace(c);
516}
517
518static struct splice_script_error *clean_whitespace(const tal_t *ctx,
519 struct token ***tokens_inout)

Callers 1

clean_whitespaceFunction · 0.85

Calls 1

cisspaceFunction · 0.85

Tested by

no test coverage detected