Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
bool FishSet::count(Fish* tar) {
150
for(auto i:fishs)
151
if(i == tar) return 1;
152
return 0;
153
}
154
155
int FishSet::update_timestamp(){
156
timestamp ++;
Callers
7
Assert
Method · 0.80
runtime
Method · 0.80
run
Method · 0.80
execute_click_current
Function · 0.80
aexecute_click_current
Function · 0.80
execute_focus
Function · 0.80
aexecute_focus
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected