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

Function test_build_context_string_empty

atomic-repository/src/ai/mod.rs:617–620  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

615
616 #[test]
617 fn test_build_context_string_empty() {
618 let context = build_context_string(&[], &[], "test");
619 assert!(context.contains("test"));
620 }
621
622 #[test]
623 fn test_build_context_string_truncation() {

Callers

nothing calls this directly

Calls 1

build_context_stringFunction · 0.85

Tested by

no test coverage detected