Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/rl
/ TurnState
Class
TurnState
src/resources.rs:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
pub struct TurnState {
42
pub waiting: bool,
43
}
44
45
impl TurnState {
46
pub fn new() -> TurnState {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected