MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / answer

Method answer

switch/source/ScriptRequestOverlays.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void ScriptTileOverlay::answer(UiResponse resp)
85{
86 bridge().respond(std::move(resp));
87 me.reset();
88}
89
90void ScriptTileOverlay::drawWrappedBody(const std::string& text, int bodyY) const
91{

Callers

nothing calls this directly

Calls 2

respondMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected