Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ LoadS
Class
LoadS
lua/src/lauxlib.c:812–815 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
810
811
812
typedef struct LoadS {
813
const char *s;
814
size_t size;
815
} LoadS;
816
817
818
static const char *getS (lua_State *L, void *ud, size_t *size) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected