MCPcopy Create free account
hub / github.com/clojure-rs/ClojureRS / try_read_bool

Function try_read_bool

src/reader.rs:418–422  ·  view source on GitHub ↗

Tries to parse &str into Value::Boolean Expects: Booleans Example success: true => Value::Boolean(true) false => Value::Boolean(false)

(input: &str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

unwrapMethod · 0.80

Tested by

no test coverage detected