(key: string)
| 12 | * @internal |
| 13 | */ |
| 14 | export const formatLabel = (key: string) => key.replace(/[\s="]/g, "_") |
| 15 | |
| 16 | /** @internal */ |
| 17 | export const render = (now: number) => (self: LogSpan.LogSpan): string => { |
no outgoing calls
no test coverage detected
searching dependent graphs…