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

Method setStringWorker

src/webpage/utils/utils.ts:346–353  ·  view source on GitHub ↗
(name: FileSystemFileHandle, value: ArrayBuffer)

Source from the content-addressed store, hash-verified

344 admin?: string;
345 api: string;
346 cdn: string;
347 gateway: string;
348 wellknown: string;
349}
350
351export interface InstanceInfo extends InstanceUrls {
352 value: string;
353}
354
355export async function getapiurls(str: string): Promise<InstanceUrls | null> {
356 str = str.trim();

Callers 1

setStringMethod · 0.95

Calls 2

initWorkerMethod · 0.95
postMessageMethod · 0.45

Tested by

no test coverage detected