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

Function test_set_first_prompt_empty_ignored

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

Source from the content-addressed store, hash-verified

759
760 #[test]
761 fn test_set_first_prompt_empty_ignored() {
762 let mut s = make_session();
763 s.set_first_prompt("");
764 assert!(s.first_prompt.is_none());
765 }
766
767 #[test]
768 fn test_set_first_prompt_truncated() {

Callers

nothing calls this directly

Calls 2

set_first_promptMethod · 0.80
make_sessionFunction · 0.70

Tested by

no test coverage detected