MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / plain_format_basic_line

Function plain_format_basic_line

crates/openshell-tui/src/ui/sandbox_logs.rs:444–449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442
443 #[test]
444 fn plain_format_basic_line() {
445 let log = make_log("hello world", vec![]);
446 let result = format_log_line_plain(&log);
447 assert!(result.starts_with("22:13:20 sandbox INFO hello world"));
448 assert!(!result.contains('='));
449 }
450
451 #[test]
452 fn plain_format_with_fields() {

Callers

nothing calls this directly

Calls 2

make_logFunction · 0.85
format_log_line_plainFunction · 0.85

Tested by

no test coverage detected