MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / labelForRunner

Function labelForRunner

ai-code-studio/src/app/helpers.ts:284–293  ·  view source on GitHub ↗
(runner?: string | null)

Source from the content-addressed store, hash-verified

282}
283
284export function labelForRunner(runner?: string | null) {
285 switch (runner) {
286 case 'cargo':
287 return 'Cargo';
288 case 'binary':
289 return '二进制';
290 default:
291 return '自动';
292 }
293}
294
295export function labelForGatewayStatus(status?: string | null) {
296 switch (status) {

Callers 1

DiagnosticsPanelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected