MCPcopy Index your code
hub / github.com/eventuallyconsultant/codegenr / get_resolved_json

Function get_resolved_json

codegenr/src/resolver.rs:50–52  ·  view source on GitHub ↗
(doc_path: &DocumentPath, resolved_cache: &mut ResolvedDocumentsHash)

Source from the content-addressed store, hash-verified

48
49fn get_resolved_json(doc_path: &DocumentPath, resolved_cache: &mut ResolvedDocumentsHash) -> Option<Rc<Value>> {
50 resolved_cache.get(doc_path).cloned()
51}
52
53fn get_resolved_or_original(
54 doc_path: &DocumentPath,
55 original_cache: &mut OriginalDocumentsHash,

Callers 1

get_resolved_or_originalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected