MCPcopy Create free account
hub / github.com/crawl/crawl / loadstring

Method loadstring

crawl-ref/source/clua.cc:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282int CLua::loadstring(const char *s, const char *context)
283{
284 return loadbuffer(s, strlen(s), context);
285}
286
287int CLua::execstring(const char *s, const char *context, int nresults)
288{

Callers 2

map_lua_markerMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected