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

Function renderReader

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

Source from the content-addressed store, hash-verified

44};
45
46const renderReader = (
47 harness: FunctionHarness,
48 components: FunctionComponents,
49 mode: string,
50 props: {[key: string]: unknown} = {},
51) => harness.render(components.Reader, {mode, ...props});
52
53const renderListener = (
54 harness: FunctionHarness,

Callers 1

testStoreReadFunctionsFunction · 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…