Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import
{ ApiFetcher } from
"botloader-common"
;
3
4
export
function
createFetcher(): ApiFetcher {
5
return
{
6
fetch:
async
(path, opts) =>
await
fetch(path, opts)
7
};
8
}
Callers
1
activate
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected