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

Function normalizeNullableString

src/core/bridge_coordinator.ts:20555–20558  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

20553}
20554
20555function normalizeNullableString(value: unknown): string | null {
20556 const normalized = typeof value === 'string' ? value.trim() : '';
20557 return normalized || null;
20558}
20559
20560async function stageAttachmentFile(
20561 attachment: InboundAttachment,

Callers 15

handleAppsListCommandMethod · 0.70
handleAppsAuthCommandMethod · 0.70
fetchSkillsForEventMethod · 0.70
storeAppBrowserPageMethod · 0.70
normalizeUploadBatchItemFunction · 0.70
cloneInboundAttachmentsFunction · 0.70
filterSkillsBySearchTermFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected