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

Function check_result

common/test/run-cryptomsg.c:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static void check_result(const u8 *msg, const char *hex)
123{
124 assert(streq(hex, tal_hex(tmpctx, msg)));
125}
126
127int main(int argc, char *argv[])
128{

Callers 1

mainFunction · 0.70

Calls 1

tal_hexFunction · 0.85

Tested by

no test coverage detected