MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / formatNodePath

Function formatNodePath

packages/core/src/runtime/commit/container.ts:25–27  ·  view source on GitHub ↗
(nodePath: readonly string[])

Source from the content-addressed store, hash-verified

23}
24
25export function formatNodePath(nodePath: readonly string[]): string {
26 return nodePath.join("/");
27}
28
29function rewriteCommittedVNode(next: VNode, committedChildren: readonly VNode[]): VNode {
30 if (next.kind === "modal") {

Callers 1

commitContainerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected