MCPcopy Create free account
hub / github.com/Murmele/Gittyup / workdir

Method workdir

src/git/Repository.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169QDir Repository::workdir() const {
170 return isBare() ? dir() : QDir(git_repository_workdir(d->repo));
171}
172
173QDir Repository::appDir() const { return appDir(dir()); }
174

Callers 15

windowsCRLFMethod · 0.80
windowsCRLFMultiHunkMethod · 0.80
conflictingRebaseMethod · 0.80
commitDuringRebaseMethod · 0.80
testAmendAddFileMethod · 0.80
discardFilesMethod · 0.80
stageAdditionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected