Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danomatika/ofxLua
/ TString
Class
TString
libs/lua/lobject.h:393–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
union {
392
size_t lnglen; /* length for long strings */
393
struct TString *hnext; /* linked list for hash table */
394
} u;
395
char contents[1];
396
} TString;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected