Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davemoore22/sorcery
/ leave_game
Method
leave_game
src/core/controller.cpp:935–938 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
933
934
case ICON_CAST:
935
set_flag(
"want_spell"
);
936
break;
937
938
case ICON_USE:
939
set_flag(
"want_use"
);
940
break;
941
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected