MCPcopy Index your code
hub / github.com/promptfoo/promptfoo / parseFileAuthReference

Function parseFileAuthReference

src/providers/http.ts:1019–1021  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

1017}
1018
1019function parseFileAuthReference(filePath: string): { filePath: string; functionName?: string } {
1020 return filePath.startsWith('file://') ? parseFileUrl(filePath) : { filePath };
1021}
1022
1023function stableSerialize(value: unknown, seen = new WeakSet<object>()): string {
1024 if (value === undefined) {

Callers 1

Calls 1

parseFileUrlFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…