Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
static void check_result(const u8 *msg, const char *hex)
123
{
124
assert(streq(hex, tal_hex(tmpctx, msg)));
125
}
126
127
int main(int argc, char *argv[])
128
{
Callers
1
main
Function · 0.70
Calls
1
tal_hex
Function · 0.85
Tested by
no test coverage detected