MCPcopy Create free account
hub / github.com/Maksandre/w3wallets / CacheOptions

Interface CacheOptions

packages/w3wallets/src/scripts/cache.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { buildAllCaches } from "../cache/buildCache";
2
3interface CacheOptions {
4 force: boolean;
5 headed: boolean;
6 directory: string;
7}
8
9function parseArgs(args: string[]): CacheOptions {
10 const options: CacheOptions = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected