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

Function dottedToAccess

packages/infra/src/Store/Cosmos/query.ts:35–39  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

33}
34
35const dottedToAccess = (path: string) =>
36 path
37 .split(".")
38 .map((p, i) => i === 0 ? p : `["${p}"]`)
39 .join("")
40
41export function buildWhereCosmosQuery3(
42 idKey: PropertyKey,

Callers 7

statementFunction · 0.85
aggregateSelectExprFunction · 0.85
computedSelectExprFunction · 0.85
compileExprFunction · 0.85
buildSelectListFunction · 0.85
buildWhereCosmosQuery3Function · 0.85
orderExprFunction · 0.85

Calls 3

joinMethod · 0.80
mapMethod · 0.65
splitMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…