Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
export
const
formatRuntime = (): string => {
13
const
key = getRuntimeKey();
14
const
label = RUNTIME_LABELS[key];
15
return
label ?? key;
16
};
Callers
5
returnError
Function · 0.90
handleProfile
Function · 0.90
versionRoute
Function · 0.90
returnError
Function · 0.90
handleStatus
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected