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

Function request

atomic-cli/src/commands/vault/context.rs:863–873  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

861 }
862
863 fn request() -> Context {
864 Context {
865 query: vec!["authentication".to_string()],
866 intent: Some("PIMO-1".to_string()),
867 files: vec!["src/auth.rs".to_string()],
868 limit: 5,
869 budget_chars: 8000,
870 format: "json".to_string(),
871 json: true,
872 }
873 }
874
875 #[test]
876 fn test_run_rejects_unknown_format_before_repository_lookup() {

Calls

no outgoing calls