MCPcopy Create free account
hub / github.com/formkit/formkit / $root

Function $root

packages/inputs/src/compose.ts:416–421  ·  view source on GitHub ↗
(
  section: FormKitSchemaExtendableSection
)

Source from the content-addressed store, hash-verified

414 */
415/*@__NO_SIDE_EFFECTS__*/
416export function $root(
417 section: FormKitSchemaExtendableSection
418): FormKitExtendableSchemaRoot {
419 warn(800, '$root')
420 return createRoot(section)
421}
422
423export function resetCounts() {
424 resetRadio()

Callers 1

compose.spec.tsFile · 0.90

Calls 2

warnFunction · 0.90
createRootFunction · 0.90

Tested by

no test coverage detected