MCPcopy Create free account
hub / github.com/error311/FileRise / ti

Function ti

public/js/folderShareModal.js:8–11  ·  view source on GitHub ↗
(key, fallback)

Source from the content-addressed store, hash-verified

6let publicAiConfigPromise = null;
7
8function ti(key, fallback) {
9 const value = t(key);
10 return value === key ? fallback : value;
11}
12
13async function loadPublicAiConfig() {
14 if (window.__FR_IS_PRO !== true) {

Callers 1

openFolderShareModalFunction · 0.70

Calls 1

tFunction · 0.85

Tested by

no test coverage detected