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

Function renderState

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

Source from the content-addressed store, hash-verified

72) => harness.render(components.CheckpointInfo, {mode, ...props});
73
74const renderState = (
75 harness: FunctionHarness,
76 components: FunctionComponents,
77 mode: string,
78 props: {[key: string]: unknown} = {},
79) => harness.render(components.State, {mode, ...props});
80
81const renderWriter = (
82 harness: FunctionHarness,

Callers 1

testStateFunctionsFunction · 0.85

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…