MCPcopy Create free account
hub / github.com/GCWing/BitFun / fontPreferenceStore.ts

File fontPreferenceStore.ts

src/web-ui/src/infrastructure/font-preference/store/fontPreferenceStore.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2import { create } from 'zustand';
3import { createLogger } from '@/shared/utils/logger';
4import { FontPreference, FontSizeLevel, FlowChatFontMode, DEFAULT_FONT_PREFERENCE } from '../types';

Callers

nothing calls this directly

Calls 11

createLoggerFunction · 0.90
createFunction · 0.85
getPreferenceMethod · 0.80
setUiSizeMethod · 0.80
setFlowChatFontMethod · 0.80
onMethod · 0.65
getFunction · 0.50
setFunction · 0.50
initializeMethod · 0.45
errorMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected