Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
513
static bool is_whitespace(char c)
514
{
515
return cisspace(c);
516
}
517
518
static struct splice_script_error *clean_whitespace(const tal_t *ctx,
519
struct token ***tokens_inout)
Callers
1
clean_whitespace
Function · 0.85
Calls
1
cisspace
Function · 0.85
Tested by
no test coverage detected