Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ swapexps
Function
swapexps
xrepo/packages/l/lua/port/lua/src/lcode.c:1435–1437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1433
1434
1435
static void swapexps (expdesc *e1, expdesc *e2) {
1436
expdesc temp = *e1; *e1 = *e2; *e2 = temp; /* swap
'e1'
and
'e2'
*/
1437
}
1438
1439
1440
/*
Callers
5
codearith
Function · 0.85
codecommutative
Function · 0.85
codebitwise
Function · 0.85
codeeq
Function · 0.85
luaK_posfix
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected