Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ empty_str
Function
empty_str
cake-core/src/lib.rs:351–353 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
349
}
350
351
fn empty_str() -> String {
352
""
.to_string()
353
}
354
355
fn usize_one() -> usize {
356
1
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected