MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / chat-cache-hit.test.js

File chat-cache-hit.test.js

test/chat-cache-hit.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, it } from 'node:test';
2import assert from 'node:assert/strict';
3import { addAccountByKey, removeAccount } from '../src/auth.js';
4import { cacheClear, cacheKey, cacheSet } from '../src/cache.js';

Callers

nothing calls this directly

Calls 9

cacheClearFunction · 0.90
removeAccountFunction · 0.90
addAccountByKeyFunction · 0.90
cacheSetFunction · 0.90
cacheKeyFunction · 0.90
handleChatCompletionsFunction · 0.90
pushMethod · 0.80
fakeResFunction · 0.70
parseChatFramesFunction · 0.70

Tested by

no test coverage detected