MCPcopy
hub / github.com/promptfoo/promptfoo / __clearFeatureCache

Function __clearFeatureCache

src/util/server.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 * @internal
35 */
36export function __clearFeatureCache(): void {
37 featureCache.clear();
38}
39
40/**
41 * Checks if a server supports a specific feature based on build date

Callers 1

server.test.tsFile · 0.90

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…