MCPcopy Create free account
hub / github.com/NativeScript/template-macos-solid / getNextSibling

Function getNextSibling

tools/renderer.js:57–59  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

55 return node.firstChild;
56 },
57 getNextSibling(node) {
58 return node.nextSibling;
59 },
60});
61
62export function use(fn, args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected