MCPcopy Index your code
hub / github.com/tinyplex/tinybase / content

Function content

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

Source from the content-addressed store, hash-verified

461 );
462 const checkpointIds = useCheckpointIds(resolvedCheckpoints);
463 const content = () => {
464 const Checkpoint = props.checkpointComponent ?? CheckpointView;
465 return wrap(
466 arrayMap(
467 getCheckpoints(getValue(checkpointIds)),
468 (checkpointId) => createComponent(
469 Checkpoint,
470 mergeProps(
471 () => getProps(props.getCheckpointComponentProps, checkpointId),
472 {
473 get checkpoints() {
474 return getValue(resolvedCheckpoints);
475 },
476 checkpointId,
477 get debugIds() {
478 return props.debugIds;
479 }
480 }
481 )
482 )
483 ),
484 props.separator
485 );
486 };
487 return memo(content);
488};
489var BackwardCheckpointsView = getUseCheckpointView(

Callers 1

setContentFunction · 0.70

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…