MCPcopy Create free account
hub / github.com/tinyplex/tinybase / content

Function content

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-dom/index.js:266–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 );
265 const checkpointIds = useCheckpointIds(resolvedCheckpoints);
266 const content = () => {
267 const Checkpoint = props.checkpointComponent ?? CheckpointView;
268 return wrap(
269 arrayMap(
270 getCheckpoints(getValue(checkpointIds)),
271 (checkpointId) => createComponent(
272 Checkpoint,
273 mergeProps(
274 () => getProps(props.getCheckpointComponentProps, checkpointId),
275 {
276 get checkpoints() {
277 return getValue(resolvedCheckpoints);
278 },
279 checkpointId,
280 get debugIds() {
281 return props.debugIds;
282 }
283 }
284 )
285 )
286 ),
287 props.separator
288 );
289 };
290 return memo(content);
291};
292var BackwardCheckpointsView = getUseCheckpointView(

Callers

nothing calls this directly

Calls 15

addEventListenerMethod · 0.80
wrapFunction · 0.70
arrayMapFunction · 0.70
getValueFunction · 0.70
getPropsFunction · 0.70
getValue2Function · 0.70
extraHeadersFunction · 0.70
HtmlHeaderCellFunction · 0.70
objToArrayFunction · 0.70
arrayMap2Function · 0.70
extraRowCellsFunction · 0.70
isFalseFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…