Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openai/plugins
/ usageLogPath
Function
usageLogPath
plugins/plugin-eval/src/core/workflow-guide.js:15–17 ·
view source on GitHub ↗
(target)
Source
from the content-addressed store, hash-verified
13
}
14
15
function
usageLogPath(target) {
16
return
path.join(target.path,
".plugin-eval"
,
"benchmark-usage.jsonl"
);
17
}
18
19
function
targetLabel(target) {
20
if
(target.kind ===
"plugin"
) {
Callers
2
commandsForGoal
Function · 0.85
buildWorkflowGuide
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected