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

Function fail_nobolt

tools/check-bolt.c:228–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228static void fail_nobolt(const char *filename,
229 const char *raw, const char *pos,
230 const char *bolt_prefix)
231{
232 unsigned line = linenum(raw, &pos);
233
234 fprintf(stderr, "%s:%u:unknown bolt %s\n",
235 filename, line, bolt_prefix);
236 exit(1);
237}
238
239static struct bolt_file *find_bolt(const char *bolt_prefix,
240 struct bolt_file *bolts)

Callers 1

mainFunction · 0.85

Calls 1

linenumFunction · 0.85

Tested by

no test coverage detected