(x)
| 100 | }; |
| 101 | |
| 102 | export function __propKey(x) { |
| 103 | return typeof x === "symbol" ? x : "".concat(x); |
| 104 | }; |
| 105 | |
| 106 | export function __setFunctionName(f, name, prefix) { |
| 107 | if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : ""; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…