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

Function getMultipleTreeControlsError

src/cdk/tree/tree-errors.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 * @docs-private
45 */
46export function getMultipleTreeControlsError() {
47 return Error(`More than one of tree control, levelAccessor, or childrenAccessor were provided.`);
48}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…