(p: string)
| 213 | const draggable = () => props.draggable ?? true |
| 214 | |
| 215 | const key = (p: string) => |
| 216 | file |
| 217 | .normalize(p) |
| 218 | .replace(/[\\/]+$/, "") |
| 219 | .replaceAll("\\", "/") |
| 220 | const chain = props._chain ? [...props._chain, key(props.path)] : [key(props.path)] |
| 221 | |
| 222 | const filter = createMemo(() => { |
no outgoing calls
no test coverage detected