MCPcopy Index your code
hub / github.com/formbricks/formbricks / service.test.ts

File service.test.ts

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

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, test, vi } from "vitest";
2import { logger } from "@formbricks/logger";
3import type { RedisClient } from "../types/client";
4import { ErrorCode } from "../types/error";

Callers

nothing calls this directly

Calls 9

boxFunction · 0.85
existsMethod · 0.80
setMethod · 0.80
delMethod · 0.80
getRedisClientMethod · 0.80
isRedisAvailableMethod · 0.80
withCacheMethod · 0.80
withCacheNullableMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected