Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ next_turn
Method
next_turn
core/src/agent/execution_state.rs:66–69 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
64
}
65
66
pub(super) fn next_turn(&mut self) -> usize {
67
self.turn += 1;
68
self.turn
69
}
70
71
pub(super) fn continuation_count(&self) -> u32 {
72
self.continuation_count
Callers
2
execute_llm_turn
Method · 0.80
continuation_budget_is_consumed_only_when_incomplete
Function · 0.80
Calls
no outgoing calls
Tested by
1
continuation_budget_is_consumed_only_when_incomplete
Function · 0.64