MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / _parse_json

Function _parse_json

tests/unit/ast_cache_test.py:29–30  ·  view source on GitHub ↗
(ast_json: str)

Source from the content-addressed store, hash-verified

27
28
29def _parse_json(ast_json: str) -> dict:
30 return json.loads(ast_json)
31
32
33def _make_cache(tmp: Path, max_l1: int = MAX_L1_ENTRIES) -> IncrementalAstCache:

Calls

no outgoing calls

Tested by

no test coverage detected