MCPcopy
hub / github.com/codeaashu/claude-code / fileViewerStore.ts

File fileViewerStore.ts

web/lib/fileViewerStore.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from "zustand";
2import { nanoid } from "nanoid";
3
4export type FileViewMode = "view" | "edit" | "diff";

Callers

nothing calls this directly

Calls 8

setFunction · 0.85
getFilenameFunction · 0.85
isImageFileFunction · 0.85
maxMethod · 0.80
detectLanguageFunction · 0.70
createFunction · 0.50
getFunction · 0.50
errorMethod · 0.45

Tested by

no test coverage detected