(p: string)
| 25 | } |
| 26 | |
| 27 | const glob = (p: string) => |
| 28 | process.platform === "win32" ? Filesystem.normalizePathPattern(p) : p.replaceAll("\\", "/") |
| 29 | |
| 30 | function makeCtx() { |
| 31 | const requests: Array<Omit<PermissionV1.Request, "id" | "sessionID" | "tool">> = [] |
no outgoing calls
no test coverage detected