MCPcopy Index your code
hub / github.com/garrytan/gstack / walkAllSources

Function walkAllSources

bin/gstack-memory-ingest.ts:522–528  ·  view source on GitHub ↗
(ctx: WalkContext)

Source from the content-addressed store, hash-verified

520}
521
522function* walkAllSources(ctx: WalkContext): Generator<{ path: string; type: MemoryType }> {
523 if (ctx.args.sources.has("transcript")) {
524 yield* walkClaudeCodeProjects(ctx);
525 yield* walkCodexSessions(ctx);
526 }
527 yield* walkGstackArtifacts(ctx);
528}
529
530// ── Renderers ──────────────────────────────────────────────────────────────
531

Callers 2

probeModeFunction · 0.85
preparePagesFunction · 0.85

Calls 3

walkClaudeCodeProjectsFunction · 0.85
walkCodexSessionsFunction · 0.85
walkGstackArtifactsFunction · 0.85

Tested by

no test coverage detected