| 1 | import { create } from "@bufbuild/protobuf"; |
| 2 | import { extractDatabaseResourceName, isNullOrUndefined } from "@/utils"; |
| 3 | import { UNKNOWN_ID } from "../const"; |
| 4 | import { State } from "../proto-es/v1/common_pb"; |
nothing calls this directly
no test coverage detected