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

Method describe

crawl-ref/source/dlua.cc:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60string dlua_chunk::describe(const string &name) const
61{
62 if (chunk.empty())
63 return "";
64 return make_stringf("function %s()\n%s\nend\n",
65 name.c_str(), chunk.c_str());
66}
67
68void dlua_chunk::write(writer& outf) const
69{

Callers 15

_update_place_statsFunction · 0.45
prep_branch_level_nameFunction · 0.45
_level_nameFunction · 0.45
_write_stat_infoFunction · 0.45
_update_travel_cacheFunction · 0.45
_travel_destinationFunction · 0.45
floor_transitionFunction · 0.45
stair_destinationFunction · 0.45
stop_attack_promptFunction · 0.45
_sdump_level_xp_infoFunction · 0.45
_sdump_screenshotsFunction · 0.45
_sdump_notesFunction · 0.45

Calls 2

make_stringfFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected