MCPcopy Index your code
hub / github.com/simstudioai/sim / buildWorkspaceContextMd

Function buildWorkspaceContextMd

apps/sim/lib/copilot/chat/workspace-context.ts:309–311  ·  view source on GitHub ↗
(data: WorkspaceMdData)

Source from the content-addressed store, hash-verified

307}
308
309export function buildWorkspaceContextMd(data: WorkspaceMdData): string {
310 return ['# Workspace Context', '', buildWorkspaceMd(data)].join('\n\n')
311}
312
313/**
314 * Generate WORKSPACE.md content from actual database state.

Callers 1

materializeMethod · 0.90

Calls 2

buildWorkspaceMdFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected