MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_begin_turn

Function test_begin_turn

atomic-agent/src/turn/session.rs:834–839  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

832
833 #[test]
834 fn test_begin_turn() {
835 let mut s = make_session();
836 assert!(s.current_turn_started_at.is_none());
837 s.begin_turn();
838 assert!(s.current_turn_started_at.is_some());
839 }
840
841 #[test]
842 fn test_end_turn() {

Callers

nothing calls this directly

Calls 2

make_sessionFunction · 0.70
begin_turnMethod · 0.45

Tested by

no test coverage detected