MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getOptions

Function getOptions

packages/core/src/utils/filesearch/crawler.test.ts:396–402  ·  view source on GitHub ↗
(ignore: Ignore)

Source from the content-addressed store, hash-verified

394 ignoreDirs: [],
395 });
396 const getOptions = (ignore: Ignore) => ({
397 crawlDirectory: tmpDir,
398 cwd: tmpDir,
399 ignore,
400 cache: true,
401 cacheTtl: 10000,
402 });
403
404 // Initial crawl to populate the cache
405 const ignore1 = getIgnore();

Callers 1

crawler.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected