We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41f9aea + 2c484fc commit 130f9f9Copy full SHA for 130f9f9
LibGit-Core.package/LGitTreeEntry.class/instance/isBlob.st
@@ -1,3 +1,3 @@
1
testing
2
isBlob
3
- ^ self object isBlob
+ ^ self type = LGitObjectTypeEnum git_obj_blob
LibGit-Core.package/LGitTreeEntry.class/instance/isLeaf.st
@@ -1,4 +1,4 @@
isLeaf
4
- ^ self object isTree
+ ^ self type = LGitObjectTypeEnum git_obj_tree
0 commit comments