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

Function test_strings

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

Source from the content-addressed store, hash-verified

1631 const TEST_SLICE2: &[u8] = TEST_STR2.as_bytes();
1632
1633 fn test_strings() -> [String; 2] {
1634 [TEST_STR.to_string(), TEST_STR2.to_string()]
1635 }
1636
1637 fn test_slices() -> [Vec<u8>; 2] {
1638 [TEST_SLICE.to_owned(), TEST_SLICE2.to_owned()]

Callers 5

various_boxed_strsFunction · 0.85
str_mut_callFunction · 0.85
str_mut_try_intoFunction · 0.85
str_callFunction · 0.85
str_try_intoFunction · 0.85

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…