MCPcopy Create free account
hub / github.com/c4pt0r/pie / parse_thinking

Function parse_thinking

crates/coding-agent/src/main.rs:1160–1162  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

1158}
1159
1160fn parse_thinking(s: &str) -> Result<ThinkingLevel> {
1161 s.parse().map_err(anyhow::Error::msg)
1162}
1163
1164fn validate_base_url_override(cli: &Cli) -> Result<()> {
1165 let Some(_base_url) = cli

Callers 1

run_replFunction · 0.85

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected