MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:819–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/File)
818 */
819declare class File extends Blob {
820 constructor(bits: ((ArrayBuffer | ArrayBufferView) | string | Blob)[] | undefined, name: string, options?: FileOptions);
821 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/name) */
822 get name(): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected