Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ cannot
Function
cannot
deps/lua/src/luac.c:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
static void cannot(const char* what)
43
{
44
fprintf(stderr,
"%s: cannot %s %s: %s\n"
,progname,what,output,strerror(errno));
45
exit(EXIT_FAILURE);
46
}
47
48
static void usage(const char* message)
49
{
Callers
1
pmain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected