Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ arith_pow
Function
arith_pow
third-party/lua-5.4.6/src/lstrlib.c:313–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
static int arith_pow (lua_State *L) {
314
return arith(L, LUA_OPPOW,
"__pow"
);
315
}
316
317
static int arith_div (lua_State *L) {
318
return arith(L, LUA_OPDIV,
"__div"
);
Callers
nothing calls this directly
Calls
1
arith
Function · 0.70
Tested by
no test coverage detected