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 1799ae1 + ac19506 commit 1f02d42Copy full SHA for 1f02d42
generate/input/descriptor.json
@@ -2424,11 +2424,6 @@
2424
"ownedByThis": true
2425
}
2426
},
2427
- "git_tree_entry_id": {
2428
- "return": {
2429
- "ownedByThis": true
2430
- }
2431
- },
2432
"git_tree_entrycount": {
2433
"jsFunctionName": "entryCount"
2434
@@ -2465,7 +2460,14 @@
2465
2460
2466
2461
"tree_entry": {
2467
2462
"dupFunction": "git_tree_entry_dup",
2468
- "freeFunctionName": "git_tree_entry_free"
2463
+ "freeFunctionName": "git_tree_entry_free",
2464
+ "functions": {
+ "git_tree_entry_id": {
+ "return": {
+ "ownedByThis": true
+ }
2469
2470
2471
2472
"writestream": {
2473
"cType": "git_writestream",
0 commit comments