Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/gitless-vcs/gitless
/ NotInRepoError
Class
NotInRepoError
gitless/core.py:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
class
GlError(Exception):
pass
44
45
class
NotInRepoError(GlError):
pass
46
47
class
BranchIsCurrentError(GlError):
pass
48
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected