MCPcopy Index your code
hub / github.com/craftreactnative/ui / CacheMetadata

Interface CacheMetadata

cli/src/utils/github-downloader.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26const CACHE_STALENESS_MS = 24 * 60 * 60 * 1000; // 1 day in milliseconds
27
28interface CacheMetadata {
29 timestamp: number;
30 branch: string;
31}
32
33/**
34 * Cleans up resources (file, response, request)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected