MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / parse_plain_literal

Function parse_plain_literal

cloud-hypervisor/src/logger.rs:213–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211
212 #[test]
213 fn parse_plain_literal() {
214 let tokens = parse_format("hello world").unwrap();
215 assert_eq!(render(&tokens), "L(hello world)");
216 }
217
218 #[test]
219 fn parse_empty_string() {

Callers

nothing calls this directly

Calls 1

parse_formatFunction · 0.85

Tested by

no test coverage detected