Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ lua_calchash
Function
lua_calchash
other_src/lua/src/lstring.cpp:86–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
86
LUA_API lua_Hash lua_calchash(const char *str, size_t l) {
87
return calchash(str, l);
88
}
89
90
91
TString *luaS_newhstr (lua_State *L, lua_Hash h, const char *str, size_t l) {
Callers
nothing calls this directly
Calls
1
calchash
Function · 0.85
Tested by
no test coverage detected