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

Method constructor

src/native-ts/color-diff/index.ts:939–942  ·  view source on GitHub ↗
(code: string, filePath: string)

Source from the content-addressed store, hash-verified

937 private filePath: string
938
939 constructor(code: string, filePath: string) {
940 this.code = code
941 this.filePath = filePath
942 }
943
944 render(themeName: string, width: number, dim: boolean): string[] | null {
945 const mode = detectColorMode(themeName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected