Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ extract_json
Function
extract_json
tests/mcp_suite/mcp_handler_test.rs:731–733 ·
view source on GitHub ↗
(value: &Value)
Source
from the content-addressed store, hash-verified
729
}
730
731
fn extract_json(value: &Value) -> Value {
732
serde_json::from_str(extract_text(value)).unwrap()
733
}
734
735
fn extract_first_json_content(value: &Value) -> Value {
736
value[
"content"
]
Callers
15
extract_lcm_json_following_handle
Function · 0.70
selected_project_read_skips_cache_write_for_read_only_store
Function · 0.70
test_grep_literal_hit_is_enriched_with_symbol
Function · 0.70
test_grep_regex_hit
Function · 0.70
test_grep_no_match_reports_empty
Function · 0.70
test_grep_respects_gitignore
Function · 0.70
test_grep_skips_binary_files
Function · 0.70
test_grep_path_glob_filters_files
Function · 0.70
test_grep_enforces_max_results_cap
Function · 0.70
test_grep_context_lines
Function · 0.70
lcm_project_root_storage_arg_is_not_rejected_as_selector
Function · 0.70
ast_grep_rewrite_has_literal_fallback_when_binary_missing
Function · 0.70
Calls
1
extract_text
Function · 0.70
Tested by
no test coverage detected