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

Function getNativeModule

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

Source from the content-addressed store, hash-verified

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

Callers 2

hasImageInClipboardFunction · 0.85
getImageFromClipboardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected