MCPcopy Index your code
hub / github.com/0010aor/FlashNotes / t

Function t

frontend/src/utils.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import i18n, { i18nPromise } from './i18n'
3
4let t: (key: string) => string = () => ''
5
6i18nPromise.then(() => {
7 t = i18n.t.bind(i18n)

Callers 15

utils.tsFile · 0.85
passwordRulesFunction · 0.85
confirmPasswordRulesFunction · 0.85
handleErrorFunction · 0.85
CollectionActionHeaderFunction · 0.85
CollectionListItemFunction · 0.85
CollectionKebabMenuFunction · 0.85
CollectionDialogFunction · 0.85
DrawerFunction · 0.85
AnalyticsConsentFunction · 0.85
ErrorStateFunction · 0.85
FooterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected