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

Function renderWriter

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

Source from the content-addressed store, hash-verified

79) => harness.render(components.State, {mode, ...props});
80
81const renderWriter = (
82 harness: FunctionHarness,
83 components: FunctionComponents,
84 mode: string,
85 props: {[key: string]: unknown} = {},
86) => harness.render(components.Writer, {mode, ...props});
87
88export const testStateFunctions = (
89 framework: string,

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…