MCPcopy Index your code
hub / github.com/simstudioai/sim / parseCsv

Function parseCsv

apps/sim/lib/auth/access-control.ts:60–62  ·  view source on GitHub ↗
(value: string | undefined)

Source from the content-addressed store, hash-verified

58}
59
60function parseCsv(value: string | undefined): string[] {
61 return normalizeList(value?.split(','))
62}
63
64/**
65 * Fallback source for self-hosted/OSS/local deployments that have no AppConfig.

Callers 1

fromEnvFunction · 0.70

Calls 1

normalizeListFunction · 0.85

Tested by

no test coverage detected