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

Function normalizeCliString

src/cli.ts:997–1000  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

995}
996
997function normalizeCliString(value: unknown): string | null {
998 const normalized = typeof value === 'string' ? value.trim() : '';
999 return normalized || null;
1000}
1001
1002function resolveEmbeddedCodexNativeApiOptions({
1003 env,

Callers 2

runCodexNativeApiServeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected