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

Function formatPropertyKey

repos/effect/packages/effect/src/Formatter.ts:206–208  ·  view source on GitHub ↗
(name: PropertyKey)

Source from the content-addressed store, hash-verified

204 return typeof name === "string" ? JSON.stringify(name) : String(name)
205}
206
207/**
208 * Formats an array of property keys as a bracket-notation path string.
209 *
210 * @internal
211 */

Callers 7

onFunction · 0.90
toRuntimeAnnotationsFunction · 0.90
getExpectedMethod · 0.90
encodeKeysFunction · 0.90
Schema.tsFile · 0.90
recurFunction · 0.85
formatPathFunction · 0.85

Calls 1

StringInterface · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…