MCPcopy Create free account
hub / github.com/THUDM/AgentTuning / explode

Method explode

AgentBench.old/src/tasks/card_game/logic/src/fish.cpp:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285std::optional<Json::Value> Fish::explode(Fish* target){
286 return nullopt;
287}
288
289bool Fish::skill_valid(std::vector<Fish*> my_list, std::vector<Fish*> enemy_list) {
290 int n = my_list.size(), m = enemy_list.size();

Callers

nothing calls this directly

Calls 4

passive_to_jsonFunction · 0.85
add_jsonFunction · 0.85
valueMethod · 0.80
take_damageMethod · 0.80

Tested by

no test coverage detected