MCPcopy Create free account
hub / github.com/coderaidershaun/rust-auto-gippity-full-code / ProjectScope

Class ProjectScope

src/models/agents/agent_traits.rs:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15#[derive(Debug, Serialize, Deserialize, Clone, Copy, PartialEq)]
16pub struct ProjectScope {
17 pub is_crud_required: bool,
18 pub is_user_login_and_logout: bool,
19 pub is_external_urls_required: bool,
20}
21
22#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
23pub struct FactSheet {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected