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

Function normalizeString

packages/codex-provider-relay/src/runtime.ts:250–252  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

248}
249
250function normalizeString(value: unknown): string {
251 return typeof value === 'string' ? value.trim() : '';
252}
253
254function createDefaultCodexProviderRelayAdapterServer(
255 options: CodexProviderRelayAdapterServerOptions,

Callers 2

startMethod · 0.70
buildRelayProfileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected