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

Function renderCallback

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

Source from the content-addressed store, hash-verified

58) => harness.render(components.Listener, {mode, ...props});
59
60const renderCallback = (
61 harness: FunctionHarness,
62 components: FunctionComponents,
63 mode: string,
64 props: {[key: string]: unknown} = {},
65) => harness.render(components.Callback, {mode, ...props});
66
67const renderCheckpointInfo = (
68 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…