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

Function test_begin_turn

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

Source from the content-addressed store, hash-verified

804
805 #[test]
806 fn test_begin_turn() {
807 let mut s = make_session();
808 assert!(s.current_turn_started_at.is_none());
809 s.begin_turn();
810 assert!(s.current_turn_started_at.is_some());
811 }
812
813 #[test]
814 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