Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
string dlua_chunk::orig_error() const
203
{
204
rewrite_chunk_errors(error);
205
return error;
206
}
207
208
bool dlua_chunk::empty() const
209
{
Callers
5
run_lua
Method · 0.80
test_lua_boolchunk
Method · 0.80
read_options
Method · 0.80
run_map_global_preludes
Function · 0.80
yyparse
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_lua_boolchunk
Method · 0.64