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

Function dottedToJsonPath

packages/infra/src/Store/SQL/query.ts:146–150  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

144}
145
146const dottedToJsonPath = (path: string) =>
147 path
148 .split(".")
149 .filter((p) => p !== "-1")
150 .join(".")
151
152const sqlStringLiteral = (value: string) => `'${value.replaceAll("'", "''")}'`
153

Callers 5

fieldExprFunction · 0.85
statementFunction · 0.85
computedSelectExprFunction · 0.85
getSelectExprFunction · 0.85
buildWhereSQLQueryFunction · 0.85

Calls 3

joinMethod · 0.80
filterMethod · 0.80
splitMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…