MCPcopy Index your code
hub / github.com/codeaashu/claude-code / render

Function render

src/ink.ts:18–23  ·  view source on GitHub ↗
(
  node: ReactNode,
  options?: NodeJS.WriteStream | RenderOptions,
)

Source from the content-addressed store, hash-verified

16}
17
18export async function render(
19 node: ReactNode,
20 options?: NodeJS.WriteStream | RenderOptions,
21): Promise<Instance> {
22 return inkRender(withTheme(node), options)
23}
24
25export async function createRoot(options?: RenderOptions): Promise<Root> {
26 const root = await inkCreateRoot(options)

Callers 5

showInvalidConfigDialogFunction · 0.85
renderToAnsiStringFunction · 0.85
callFunction · 0.85
mcpAddFromDesktopHandlerFunction · 0.85

Calls 1

withThemeFunction · 0.85

Tested by

no test coverage detected