MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / match

Method match

packages/core/ui/styling/css-selector.ts:261–263  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

259 return `#${this.id}${wrap(this.combinator)}`;
260 }
261 public match(node: Node): boolean {
262 return node.id === this.id;
263 }
264 public lookupSort(sorter: LookupSorter, base?: SelectorCore): void {
265 sorter.sortById(this.id, base || this);
266 }

Callers 15

applyFileReplacementsFunction · 0.45
extractUrlFromRuleFunction · 0.45
handleOpenTagFunction · 0.45
typescript.spec.tsFile · 0.45
loadAndExtractMapFunction · 0.45
parseQueryFunction · 0.45
updatePositionFunction · 0.45
getPropertiesFunction · 0.45
isTimeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected