MCPcopy Create free account
hub / github.com/FxEmbed/FxEmbed / formatRuntime

Function formatRuntime

src/helpers/runtime.ts:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10};
11
12export const formatRuntime = (): string => {
13 const key = getRuntimeKey();
14 const label = RUNTIME_LABELS[key];
15 return label ?? key;
16};

Callers 5

returnErrorFunction · 0.90
handleProfileFunction · 0.90
versionRouteFunction · 0.90
returnErrorFunction · 0.90
handleStatusFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected