MCPcopy Create free account
hub / github.com/isomorphic-git/isomorphic-git / mode

Method mode

src/models/GitWalkerRepo.js:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 async mode() {
48 return walker.mode(this)
49 }
50
51 async stat() {
52 return walker.stat(this)

Callers

nothing calls this directly

Calls 1

modeMethod · 0.45

Tested by

no test coverage detected