Documentation
¶
Overview ¶
Package cache persists per-file extraction results so `graphify update` can rebuild the graph after re-parsing only the files that changed. The expensive step is the tree-sitter parse; resolving and assembling the whole graph from cached per-file results is cheap, so caching the results (not just hashes) lets an incremental rebuild produce output byte-identical to a full build.
Index ¶
Constants ¶
View Source
const FileName = ".graphify_cache.json"
FileName is the cache file written under graphify-out alongside graph.json.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.