MCPcopy
hub / github.com/musistudio/claude-code-router / stringValue

Function stringValue

examples/plugins/claude-design-plugin.cjs:8115–8117  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

8113}
8114
8115function stringValue(value) {
8116 return typeof value === "string" && value.trim() ? value.trim() : undefined;
8117}
8118
8119function configuredGatewayApiKey(config) {
8120 if (!isRecord(config)) {

Callers 15

setupFunction · 0.70
isUsableAssetBodyFunction · 0.70
addOriginFunction · 0.70
addHostFunction · 0.70
updateDesignIndexAssetsFunction · 0.70
expandHomePathFunction · 0.70
handleAdminRequestFunction · 0.70
growthbookFeatureKeyFunction · 0.70
createItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…