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

Function clearAllIds

packages/core/src/util/ids.ts:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77};
78
79export const clearAllIds = () => {
80 idSlots.clear();
81 prefixStates.clear();
82};
83
84/**
85 * Mutable registry of the ID generation functions used internally by JSON Forms.

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…