What is git.objects.base.Object.size
?
#1623
-
git.objects.base.Object has a size property, but from the documentation it is not clear what is the unit of it. |
Beta Was this translation helpful? Give feedback.
Answered by
Byron
Jul 28, 2023
Replies: 2 comments 1 reply
-
That's true, and contributions are welcome if you know how to document slots. The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Byron
-
Thanks for the answer. Can this be translated to something not related to the internal workings of Git? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's true, and contributions are welcome if you know how to document slots.
The
size
field denotes the amount of bytes the object's data needs in memory when decoded.