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

Function vfsFromEntries

apps/sim/lib/copilot/vfs/operations.test.ts:7–9  ·  view source on GitHub ↗
(entries: [string, string][])

Source from the content-addressed store, hash-verified

5import { glob, grep } from '@/lib/copilot/vfs/operations'
6
7function vfsFromEntries(entries: [string, string][]): Map<string, string> {
8 return new Map(entries)
9}
10
11describe('glob', () => {
12 it('matches nested file metadata paths with a single-star segment', () => {

Callers 1

operations.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected