MCPcopy Index your code
hub / github.com/clojure-rs/ClojureRS / Protocol

Interface Protocol

src/protocol.rs:13–53  ·  view source on GitHub ↗

A type that implements Protocol is one that has a pseudo downcasting of value.as:: () Where ISeq would implement Protocol Then you can call functions on this ISeq, if you got one back, to forward functions to the Value inside, and unwrap() it to get your Value back when you're done

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

unwrapMethod · 0.80
def_with_docstringFunction · 0.80
as_protocolMethod · 0.80
first_charFunction · 0.80
integer_parserFunction · 0.80
double_parserFunction · 0.80
try_read_boolFunction · 0.80
try_read_metaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected