MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / normalizeCommandSkillInput

Function normalizeCommandSkillInput

test/core/bridge_coordinator.test.ts:24–26  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

22import { createCodexBridgeRuntime } from '../../src/runtime/bootstrap.js';
23
24function normalizeCommandSkillInput(value: unknown) {
25 return String(value ?? '').replace(/\\/g, '/');
26}
27
28async function withEnvOverride<T>(
29 key: string,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected