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

Method clear

crawl-ref/source/dlua.cc:110–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void dlua_chunk::clear()
111{
112 file.clear();
113 chunk.clear();
114 first = last = -1;
115 error.clear();
116 compiled.clear();
117}
118
119void dlua_chunk::set_file(const string &s)
120{

Callers 1

loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected