MCPcopy 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
86LUA_API lua_Hash lua_calchash(const char *str, size_t l) {
87 return calchash(str, l);
88}
89
90
91TString *luaS_newhstr (lua_State *L, lua_Hash h, const char *str, size_t l) {

Callers

nothing calls this directly

Calls 1

calchashFunction · 0.85

Tested by

no test coverage detected