MCPcopy Index your code
hub / github.com/anomalyco/opencode / createSubagentData

Function createSubagentData

packages/opencode/src/cli/cmd/run/subagent-data.ts:653–658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

651}
652
653export function createSubagentData(): SubagentData {
654 return {
655 tabs: new Map(),
656 details: new Map(),
657 }
658}
659
660function snapshotDetail(detail: DetailState) {
661 return {

Callers 2

createLayerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected