MCPcopy Create free account
hub / github.com/Effect-TS/effect / formatLabel

Function formatLabel

packages/effect/src/internal/logSpan.ts:14–14  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

12 * @internal
13 */
14export const formatLabel = (key: string) => key.replace(/[\s="]/g, "_")
15
16/** @internal */
17export const render = (now: number) => (self: LogSpan.LogSpan): string => {

Callers 1

renderFunction · 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…