(t0)
| 260 | return stringWidth(k_0); |
| 261 | } |
| 262 | function _temp(t0) { |
| 263 | const [k, v] = t0; |
| 264 | return `${k}: ${v}`; |
| 265 | } |
| 266 | function parseJsonEntries(content: string, { |
| 267 | maxChars, |
| 268 | maxKeys |
nothing calls this directly
no outgoing calls
no test coverage detected