MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / cache.test.ts

File cache.test.ts

src/app/cache.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, vi } from "vitest";
2import { cacheInstance } from "./cache";
3
4describe("Cache", () => {

Callers

nothing calls this directly

Calls 14

delsMethod · 0.80
fnMethod · 0.80
getOrSetMethod · 0.80
txMethod · 0.80
incrMethod · 0.80
pushMethod · 0.80
sortMethod · 0.80
clearMethod · 0.65
setMethod · 0.65
getMethod · 0.65
batchSetMethod · 0.65
hasMethod · 0.65

Tested by

no test coverage detected