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

Method count

AgentBench.old/src/tasks/card_game/logic/src/fishset.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149bool FishSet::count(Fish* tar) {
150 for(auto i:fishs)
151 if(i == tar) return 1;
152 return 0;
153}
154
155int FishSet::update_timestamp(){
156 timestamp ++;

Callers 7

AssertMethod · 0.80
runtimeMethod · 0.80
runMethod · 0.80
execute_click_currentFunction · 0.80
aexecute_click_currentFunction · 0.80
execute_focusFunction · 0.80
aexecute_focusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected