| 1 | // Copyright 2020-2025 SubQuery Pte Ltd authors & contributors |
| 2 | // SPDX-License-Identifier: GPL-3.0 |
| 3 | |
| 4 | import {getMetadataTableName, MetaData, METADATA_REGEX, MULTI_METADATA_REGEX, TableEstimate} from '@subql/utils'; |
nothing calls this directly
no test coverage detected