MCPcopy Index your code
hub / github.com/clawshell/clawshell / parse

Method parse

src/config.rs:253–255  ·  view source on GitHub ↗
(content: &str)

Source from the content-addressed store, hash-verified

251
252 #[cfg(test)]
253 pub fn parse(content: &str) -> Result<Self, Box<dyn std::error::Error>> {
254 Self::from_str_with_validation(content)
255 }
256
257 fn validate(&self) -> Result<(), Box<dyn std::error::Error>> {
258 for pattern in &self.dlp.patterns {

Callers 15

cmd_start_innerFunction · 0.80
inject_authMethod · 0.80
login_headlessMethod · 0.80
inject_authMethod · 0.80
create_system_userFunction · 0.80
currentMethod · 0.80
legacy_baselineMethod · 0.80
test_version_orderingFunction · 0.80

Calls

no outgoing calls