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

Method to_war

AgentBench.old/src/tasks/card_game/logic/src/player.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void Player::to_war(int id){
78 my_fish.remove(id);
79 fight_fish.add(id);
80}

Callers 1

read_jsonMethod · 0.80

Calls 2

removeMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected