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

Function getTreeControlMissingError

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

Source from the content-addressed store, hash-verified

35 * @docs-private
36 */
37export function getTreeControlMissingError() {
38 return Error(`Could not find a tree control, levelAccessor, or childrenAccessor for the tree.`);
39}
40
41/**
42 * Returns an error to be thrown when there are multiple ways of specifying children or level

Callers 3

_getDirectChildrenMethod · 0.90
_getDescendantsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…