Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1160
fn parse_thinking(s: &str) -> Result<ThinkingLevel> {
1161
s.parse().map_err(anyhow::Error::msg)
1162
}
1163
1164
fn validate_base_url_override(cli: &Cli) -> Result<()> {
1165
let Some(_base_url) = cli
Callers
1
run_repl
Function · 0.85
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected