Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ prop_expr_roundtrip
Function
prop_expr_roundtrip
crates/ixon/src/expr.rs:321–323 ·
view source on GitHub ↗
(e: ArbitraryExpr)
Source
from the content-addressed store, hash-verified
319
320
#[quickcheck]
321
fn prop_expr_roundtrip(e: ArbitraryExpr) -> bool {
322
expr_roundtrip(&e.0)
323
}
324
325
#[test]
326
fn test_nested_app_telescope() {
Callers
nothing calls this directly
Calls
1
expr_roundtrip
Function · 0.85
Tested by
no test coverage detected