Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
search
Function · 0.85
fullmatch
Function · 0.85
findall
Function · 0.85
groups
Function · 0.85
span
Function · 0.85
sub
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected