Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ is_delimiter
Function
is_delimiter
common/splice_script.c:2450–2453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2448
}
2449
2450
static bool is_delimiter(char c)
2451
{
2452
return c ==
'\n'
|| c ==
';'
;
2453
}
2454
2455
struct splice_script_error *parse_splice_script(const tal_t *ctx,
2456
const char *script,
Callers
1
parse_splice_script
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected