MCPcopy Index your code
hub / github.com/angular/components / getTableDuplicateColumnNameError

Function getTableDuplicateColumnNameError

src/cdk/table/table-errors.ts:22–24  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

20 * @docs-private
21 */
22export function getTableDuplicateColumnNameError(name: string) {
23 return Error(`Duplicate column definition name provided: "${name}".`);
24}
25
26/**
27 * Returns an error to be thrown when there are multiple rows that are missing a when function.

Callers 2

table.spec.tsFile · 0.90
_cacheColumnDefsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected