MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / parse_jsonc_empty_string

Function parse_jsonc_empty_string

src/agents/mod.rs:2024–2027  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2022
2023 #[test]
2024 fn parse_jsonc_empty_string() {
2025 let v = parse_jsonc("");
2026 assert_eq!(v, serde_json::json!({}));
2027 }
2028
2029 #[test]
2030 fn parse_jsonc_trailing_comma_with_whitespace() {

Callers

nothing calls this directly

Calls 1

parse_jsoncFunction · 0.85

Tested by

no test coverage detected