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

Method orig_error

crawl-ref/source/dlua.cc:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202string dlua_chunk::orig_error() const
203{
204 rewrite_chunk_errors(error);
205 return error;
206}
207
208bool dlua_chunk::empty() const
209{

Callers 5

run_luaMethod · 0.80
test_lua_boolchunkMethod · 0.80
read_optionsMethod · 0.80
run_map_global_preludesFunction · 0.80
yyparseFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_lua_boolchunkMethod · 0.64