MCPcopy Create free account
hub / github.com/stenciljs/core / isSameNode

Method isSameNode

src/mock-doc/node.ts:115–117  ·  view source on GitHub ↗
(node: any)

Source from the content-addressed store, hash-verified

113 }
114
115 isSameNode(node: any) {
116 return this === node;
117 }
118
119 get lastChild(): MockNode | null {
120 return this.childNodes[this.childNodes.length - 1] || null;

Callers 1

patchInsertBeforeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected