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

Method clear

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

Source from the content-addressed store, hash-verified

59}
60
61void Player::clear(){
62 my_fish.clear();
63}
64
65void Player::add(Fish* fish){
66 my_fish.add(fish);

Callers 13

clear_allMethod · 0.45
__init__Method · 0.45
runMethod · 0.45
write_jsonMethod · 0.45
GameMethod · 0.45
attackMethod · 0.45
skillMethod · 0.45
get_attribute_reprFunction · 0.45
dumpkvsMethod · 0.45
init_loggerFunction · 0.45
tFunction · 0.45
eFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected