MCPcopy 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

24git_object_t Object::type() const { return git_object_type(d.data()); }
25
26Id Object::id() const { return git_object_id(d.data()); }
27
28QString Object::shortId() const {
29 git_buf buf = GIT_BUF_INIT;

Callers 3

operator==Method · 0.45
operator!=Method · 0.45
qHashFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected