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

Method text

worker-configuration.d.ts:1597–1597  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1595 get bodyUsed(): boolean;
1596 arrayBuffer(): Promise<ArrayBuffer>;
1597 text(): Promise<string>;
1598 json<T>(): Promise<T>;
1599 blob(): Promise<Blob>;
1600}

Callers 10

homeContentFunction · 0.65
badge.test.tsFile · 0.65
index.test.tsFile · 0.65
checkRobotsTxtFunction · 0.65
fetchUrlContentFunction · 0.65
fetchFileFunction · 0.65
fetchFileFromR2Function · 0.65
githubApiRequestFunction · 0.65
fetchRawFileFunction · 0.65
globalSetupFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected