Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OfflineIMAP/offlineimap
/ chdirToRepositoryTopLevel
Method
chdirToRepositoryTopLevel
contrib/helpers.py:195–199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
194
@staticmethod
195
def
chdirToRepositoryTopLevel():
196
cmd = shlex.split(
"git rev-parse --show-toplevel"
)
197
topLevel = run(cmd)
198
199
chdir(topLevel)
200
201
202
class
OfflineimapInfo(object):
Callers
8
upcoming.py
File · 0.80
saveWebsite
Method · 0.80
restore
Method · 0.80
updateAPI
Method · 0.80
buildLatest
Method · 0.80
createImportBranch
Method · 0.80
release.py
File · 0.80
tested-by.py
File · 0.80
Calls
1
run
Function · 0.70
Tested by
no test coverage detected