MCPcopy Create free account
hub / github.com/Botloader/botloader / createFetcher

Function createFetcher

botloader-vscode/src/util.ts:4–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { ApiFetcher } from "botloader-common";
3
4export function createFetcher(): ApiFetcher {
5 return {
6 fetch: async (path, opts) => await fetch(path, opts)
7 };
8}

Callers 1

activateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected