MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / resolve.test.ts

File resolve.test.ts

mcp/tests/resolve.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2import { ResolveCache, fingerprintBearer, type ResolvedPrincipal } from "../src/resolve.js";
3
4const PRIN: ResolvedPrincipal = { scope: "agent", agentEmail: "bot@example.com" };

Callers

nothing calls this directly

Calls 5

fingerprintBearerFunction · 0.85
setMethod · 0.80
sizeMethod · 0.80
clearMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected