Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kong/insomnia
/ createClient
Method
createClient
packages/insomnia/src/sync/git/mem-client.ts:44–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
__ino = 0;
43
44
static createClient(): PromiseFsClient {
45
return
{
46
promises:
new
MemClient(),
47
};
48
}
49
50
constructor() {
51
this.__fs = {
Callers
5
getGitFSClient
Function · 0.45
initGitRepoCloneAction
Function · 0.45
cloneGitRepoAction
Function · 0.45
routable-fs-client.test.ts
File · 0.45
git-vcs.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected