MCPcopy Create free account
hub / github.com/MathMan05/Fermi / getString

Method getString

src/webpage/utils/utils.ts:327–333  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

325 ) => {
326 await I18n.done;
327 instances = json;
328 },
329 );
330const stringURLMap = new Map<string, string>();
331
332const stringURLsMap = new Map<
333 string,
334 {
335 wellknown: string;
336 api: string;

Callers

nothing calls this directly

Calls 1

getRawFileMethod · 0.95

Tested by

no test coverage detected