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:789–793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

787
788 #[test]
789 fn test_set_first_prompt_empty_ignored() {
790 let mut s = make_session();
791 s.set_first_prompt("");
792 assert!(s.first_prompt.is_none());
793 }
794
795 #[test]
796 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