MCPcopy Create free account
hub / github.com/effect-app/libs / vAsArr

Function vAsArr

packages/infra/src/Store/codeFilter.ts:11–11  ·  view source on GitHub ↗
(v: string)

Source from the content-addressed store, hash-verified

9import { compare, get, greaterThan, greaterThanExclusive, lowerThan, lowerThanExclusive } from "./utils.ts"
10
11const vAsArr = (v: string) => v as unknown as any[]
12
13const filterStatement = (x: any, p: FilterR) => {
14 const k = get(x, p.path)

Callers 1

filterStatementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…