Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode-bench
/ WorkflowInputs
Interface
WorkflowInputs
scripts/build-workflow-matrix.ts:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
import
YAML from
"yaml"
;
20
21
interface
WorkflowInputs {
22
[key: string]: string | boolean;
23
}
24
25
interface
MatrixEntry {
26
agent: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected