MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / str_call

Function str_call

crates/data-structures/src/slim_slice.rs:1722–1725  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1720
1721 #[test]
1722 fn str_call() {
1723 let [s1, s2] = test_strings();
1724 assert_str_properties(&from_str(&s1), &from_str(&s2));
1725 }
1726
1727 #[test]
1728 fn str_try_into() {

Callers

nothing calls this directly

Calls 3

test_stringsFunction · 0.85
assert_str_propertiesFunction · 0.85
from_strFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…