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

Function getNativeModule

src/native-ts/color-diff/index.ts:984–988  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

982let cachedModule: NativeModule | null = null
983
984export function getNativeModule(): NativeModule | null {
985 if (cachedModule) return cachedModule
986 cachedModule = { ColorDiff, ColorFile, getSyntaxTheme }
987 return cachedModule
988}
989
990export type { ColorDiff as ColorDiffClass, ColorFile as ColorFileClass }
991

Callers 2

hasImageInClipboardFunction · 0.85
getImageFromClipboardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected