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

Method constructor

src/ink/log-update.ts:46–50  ·  view source on GitHub ↗
(private readonly options: Options)

Source from the content-addressed store, hash-verified

44 private state: State
45
46 constructor(private readonly options: Options) {
47 this.state = {
48 previousOutput: '',
49 }
50 }
51
52 renderPreviousOutput_DEPRECATED(prevFrame: Frame): Diff {
53 if (!this.options.isTTY) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected