Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytecodealliance/wit-bindgen
/ return_empty
Method
return_empty
tests/runtime/strings/test.rs:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
fn return_empty() -> String{
17
""
.to_string()
18
}
19
20
fn roundtrip(s: String) -> String {
21
s.clone()
Callers
nothing calls this directly
Calls
1
to_string
Method · 0.45
Tested by
no test coverage detected