MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / rx

Function rx

std/re/src/lib.rs:81–83  ·  view source on GitHub ↗
(r: core::result::Result<T, ReError>)

Source from the content-addressed store, hash-verified

79 }
80
81 fn rx<T>(r: core::result::Result<T, ReError>) -> Result<T> {
82 r.map_err(to_error)
83 }
84
85 /* Builds a Python list handle from string items. */
86 fn str_list(items: &[String]) -> Result<Handle> {

Callers 6

searchFunction · 0.85
fullmatchFunction · 0.85
findallFunction · 0.85
groupsFunction · 0.85
spanFunction · 0.85
subFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected