Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidColson/Polybox
/ lua_State
Class
lua_State
source/serialization.h:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Copyright David Colson. All rights reserved.
2
3
struct lua_State;
4
5
i32 Serialize(lua_State* L);
6
int Deserialize(lua_State* L);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected