Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Murmele/Gittyup
/ id
Method
id
src/git/Object.cpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
git_object_t Object::type() const { return git_object_type(d.data()); }
25
26
Id Object::id() const { return git_object_id(d.data()); }
27
28
QString Object::shortId() const {
29
git_buf buf = GIT_BUF_INIT;
Callers
3
operator==
Method · 0.45
operator!=
Method · 0.45
qHash
Function · 0.45
Calls
1
data
Method · 0.45
Tested by
no test coverage detected