Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
36
export
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.ts
File · 0.90
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…