| 1 | import type { TScriptInfo } from "@App/app/repo/scripts"; |
| 2 | import { uuidv4 } from "@App/pkg/utils/uuid"; |
| 3 | import type { Message } from "@Packages/message/types"; |
| 4 | import EventEmitter from "eventemitter3"; |
nothing calls this directly
no test coverage detected