Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ print_version
Function
print_version
deps/lua/src/lua.c:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
110
111
static void print_version (void) {
112
l_message(NULL, LUA_RELEASE
" "
LUA_COPYRIGHT);
113
}
114
115
116
static int getargs (lua_State *L, char **argv, int n) {
Callers
1
pmain
Function · 0.85
Calls
1
l_message
Function · 0.85
Tested by
no test coverage detected