MCPcopy Index your code
hub / github.com/angular/angular / isMatrixParams

Function isMatrixParams

packages/router/src/create_url_tree.ts:150–152  ·  view source on GitHub ↗
(command: any)

Source from the content-addressed store, hash-verified

148}
149
150function isMatrixParams(command: any): boolean {
151 return typeof command === 'object' && command != null && !command.outlets && !command.segmentPath;
152}
153
154/**
155 * Determines if a given command has an `outlets` map. When we encounter a command

Callers 3

constructorMethod · 0.85
createNewSegmentGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…