MCPcopy 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

getGitFSClientFunction · 0.45
initGitRepoCloneActionFunction · 0.45
cloneGitRepoActionFunction · 0.45
git-vcs.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected