Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
QDir Repository::workdir() const {
170
return isBare() ? dir() : QDir(git_repository_workdir(d->repo));
171
}
172
173
QDir Repository::appDir() const { return appDir(dir()); }
174
Callers
15
multipleHunks_StageSingleLines
Method · 0.80
multipleHunks_StageSingleLines2
Method · 0.80
windowsCRLF
Method · 0.80
windowsCRLFMultiHunk
Method · 0.80
discardCompleteDeletedContent
Method · 0.80
discardCompleteAddedContent
Method · 0.80
conflictingRebase
Method · 0.80
conflictingRebaseCustomMessage
Method · 0.80
commitDuringRebase
Method · 0.80
testAmendAddFile
Method · 0.80
discardFiles
Method · 0.80
stageAddition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected