MCPcopy Index your code
hub / github.com/massCodeIO/massCode / trimToValue

Function trimToValue

integrations/clipper/src/api.ts:177–181  ·  view source on GitHub ↗
(value?: string)

Source from the content-addressed store, hash-verified

175}
176
177function trimToValue(value?: string): string | undefined {
178 const trimmed = value?.trim()
179
180 return trimmed || undefined
181}
182
183function getHttpSuggestedName(url: string): string {
184 try {

Callers 2

buildCaptureRequestFunction · 0.70
getCodeLanguageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected