MCPcopy Create free account
hub / github.com/Noumena-Network/code / formatExecutionTargetLabel

Function formatExecutionTargetLabel

src/cli/handlers/auth.ts:461–472  ·  view source on GitHub ↗
(
  executionTarget: 'local' | 'remote' | 'byoc',
)

Source from the content-addressed store, hash-verified

459}
460
461function formatExecutionTargetLabel(
462 executionTarget: 'local' | 'remote' | 'byoc',
463): string {
464 switch (executionTarget) {
465 case 'local':
466 return 'Local'
467 case 'remote':
468 return 'Remote'
469 case 'byoc':
470 return 'BYOC'
471 }
472}
473
474export async function authLogout(): Promise<void> {
475 try {

Callers 1

authStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected