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

Function new_error

common/splice_script.c:273–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273static struct splice_script_error *new_error(const tal_t *ctx,
274 enum splice_script_error_type type,
275 struct token *token,
276 const char *phase)
277{
278 return new_error_offset(ctx, type, token, phase, 0);
279}
280
281static struct splice_script_error *new_error_msg(const tal_t *ctx,
282 enum splice_script_error_type type,

Callers 14

new_error_msgFunction · 0.85
find_arrows_and_strsFunction · 0.85
process_top_separatorsFunction · 0.85
process_2nd_separatorsFunction · 0.85
process_3rd_separatorsFunction · 0.85
type_dataFunction · 0.85
compress_top_operandsFunction · 0.85
compress_2nd_operandsFunction · 0.85
resolve_channel_idsFunction · 0.85
make_segmentsFunction · 0.85
expand_multichansFunction · 0.85
validate_and_cleanFunction · 0.85

Calls 1

new_error_offsetFunction · 0.85

Tested by

no test coverage detected