MCPcopy Index your code
hub / github.com/VPSDance/ai-proxy-rules / stringifyProviderData

Function stringifyProviderData

scripts/sync.ts:121–126  ·  view source on GitHub ↗
(provider: SourceProviderData)

Source from the content-addressed store, hash-verified

119}
120
121function stringifyProviderData(provider: SourceProviderData): string {
122 return stringify(provider, {
123 lineWidth: 0,
124 sortMapEntries: false
125 });
126}
127
128function parseCsv(value: string): string[] {
129 return value

Callers 1

syncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected