MCPcopy
hub / github.com/jorgebucaran/hyperapp / text

Function text

index.js:357–358  ·  view source on GitHub ↗
(value, node)

Source from the content-addressed store, hash-verified

355export var memo = (tag, memo) => ({ tag, memo })
356
357export var text = (value, node) =>
358 createVNode(value, EMPTY_OBJ, EMPTY_ARR, TEXT_NODE, node)
359
360export var h = (tag, { class: c, ...props }, children = EMPTY_ARR) =>
361 createVNode(

Callers 3

index.test.jsFile · 0.90
maybeVNodeFunction · 0.85
recycleNodeFunction · 0.85

Calls 1

createVNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…