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

Function normalizeString

packages/codex-native-api/src/daemon_manager.ts:1296–1298  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

1294}
1295
1296function normalizeString(value: unknown): string {
1297 return typeof value === 'string' ? value.trim() : '';
1298}
1299
1300function sleep(ms: number): Promise<void> {
1301 return new Promise((resolve) => {

Callers 7

buildDaemonInstallPlanFunction · 0.70
renderServiceEnvFileFunction · 0.70
buildServeArgsFromEnvFunction · 0.70
buildServicePathEnvFunction · 0.70
resolveHomeDirFunction · 0.70
resolveUserNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected