Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ parse_empty_string
Function
parse_empty_string
cloud-hypervisor/src/logger.rs:219–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
217
218
#[test]
219
fn parse_empty_string() {
220
let tokens = parse_format(
""
).unwrap();
221
assert!(tokens.is_empty());
222
}
223
224
#[test]
225
fn parse_all_known_tokens() {
Callers
nothing calls this directly
Calls
1
parse_format
Function · 0.85
Tested by
no test coverage detected