MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/ink/ink.tsx:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 onFrame?: (event: FrameEvent) => void;
75};
76export default class Ink {
77 private readonly log: LogUpdate;
78 private readonly terminal: Terminal;
79 private scheduleRender: (() => void) & {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected