MCPcopy
hub / github.com/tinyplex/tinybase / renderCheckpointInfo

Function renderCheckpointInfo

test/unit/core/ui-common/functions.ts:67–72  ·  view source on GitHub ↗
(
  harness: FunctionHarness,
  components: FunctionComponents,
  mode: string,
  props: {[key: string]: unknown} = {},
)

Source from the content-addressed store, hash-verified

65) => harness.render(components.Callback, {mode, ...props});
66
67const renderCheckpointInfo = (
68 harness: FunctionHarness,
69 components: FunctionComponents,
70 mode: string,
71 props: {[key: string]: unknown} = {},
72) => harness.render(components.CheckpointInfo, {mode, ...props});
73
74const renderState = (
75 harness: FunctionHarness,

Callers 1

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…