MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / loadString

Function loadString

extlibs/lua/src/lundump.c:130–135  ·  view source on GitHub ↗

** Load a non-nullable string. */

Source from the content-addressed store, hash-verified

128** Load a non-nullable string.
129*/
130static TString *loadString (LoadState *S) {
131 TString *st = loadStringN(S);
132 if (st == NULL)
133 error(S, "bad format for constant string");
134 return st;
135}
136
137
138static void loadCode (LoadState *S, Proto *f) {

Callers 1

loadConstantsFunction · 0.85

Calls 2

loadStringNFunction · 0.85
errorFunction · 0.70

Tested by

no test coverage detected