MCPcopy Create free account
hub / github.com/eclipsesource/jsonforms / fromScoped

Function fromScoped

packages/core/src/util/util.ts:155–156  ·  view source on GitHub ↗
(scopable: Scoped)

Source from the content-addressed store, hash-verified

153
154// Paths --
155const fromScoped = (scopable: Scoped): string =>
156 toDataPathSegments(scopable.scope).join('.');
157
158export const Paths = {
159 compose: composePaths,

Callers

nothing calls this directly

Calls 1

toDataPathSegmentsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…