File tree 1 file changed +64
-0
lines changed
1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change 73
73
{
74
74
"annotated_commit" : {
75
75
"functions" : {
76
+ "git_annotated_commit_id" : {
77
+ "return" : {
78
+ "ownedByThis" : true
79
+ }
80
+ }
76
81
}
77
82
},
78
83
"attr" : {
1002
1007
"git_index_add_frombuffer" : {
1003
1008
"ignore" : true
1004
1009
},
1010
+ "git_index_checksum" : {
1011
+ "return" : {
1012
+ "ownedByThis" : true
1013
+ }
1014
+ },
1005
1015
"git_index_clear" : {
1006
1016
"isAsync" : true ,
1007
1017
"return" : {
1198
1208
"git_indexer_append" : {
1199
1209
"ignore" : true
1200
1210
},
1211
+ "git_indexer_hash" : {
1212
+ "return" : {
1213
+ "ownedByThis" : true
1214
+ }
1215
+ },
1201
1216
"git_indexer_new" : {
1202
1217
"ignore" : true
1203
1218
}
1277
1292
}
1278
1293
}
1279
1294
},
1295
+ "git_note_id" : {
1296
+ "return" : {
1297
+ "ownedByThis" : true
1298
+ }
1299
+ },
1280
1300
"git_note_remove" : {
1281
1301
"isAsync" : true ,
1282
1302
"return" : {
1293
1313
},
1294
1314
"object" : {
1295
1315
"functions" : {
1316
+ "git_object_id" : {
1317
+ "return" : {
1318
+ "ownedByThis" : true
1319
+ }
1320
+ },
1296
1321
"git_object_short_id" : {
1297
1322
"args" : {
1298
1323
"out" : {
1404
1429
"cppClassName" : " Wrapper" ,
1405
1430
"jsClassName" : " Buffer"
1406
1431
}
1432
+ },
1433
+ "git_odb_object_id" : {
1434
+ "return" : {
1435
+ "ownedByThis" : true
1436
+ }
1407
1437
}
1408
1438
},
1409
1439
"dependencies" : [
1480
1510
"git_packbuilder_foreach" : {
1481
1511
"ignore" : true
1482
1512
},
1513
+ "git_packbuilder_hash" : {
1514
+ "return" : {
1515
+ "ownedByThis" : true
1516
+ }
1517
+ },
1483
1518
"git_packbuilder_new" : {
1484
1519
"isAsync" : false
1485
1520
},
1723
1758
"needsForwardDeclaration" : false ,
1724
1759
"ignore" : true
1725
1760
},
1761
+ "reflog_entry" : {
1762
+ "functions" : {
1763
+ "git_reflog_entry_id_new" : {
1764
+ "return" : {
1765
+ "ownedByThis" : true
1766
+ }
1767
+ },
1768
+ "git_reflog_entry_id_old" : {
1769
+ "return" : {
1770
+ "ownedByThis" : true
1771
+ }
1772
+ }
1773
+ }
1774
+ },
1726
1775
"refspec" : {
1727
1776
"cType" : " git_refspec" ,
1728
1777
"functions" : {
2192
2241
"isErrorCode" : true
2193
2242
}
2194
2243
},
2244
+ "git_submodule_head_id" : {
2245
+ "return" : {
2246
+ "ownedByThis" : true
2247
+ }
2248
+ },
2195
2249
"git_submodule_init" : {
2196
2250
"isAsync" : true ,
2197
2251
"return" : {
2212
2266
"type" : " int"
2213
2267
}
2214
2268
},
2269
+ "git_submodule_index_id" : {
2270
+ "return" : {
2271
+ "ownedByThis" : true
2272
+ }
2273
+ },
2274
+ "git_submodule_wd_id" : {
2275
+ "return" : {
2276
+ "ownedByThis" : true
2277
+ }
2278
+ },
2215
2279
"git_submodule_location" : {
2216
2280
"isAsync" : true ,
2217
2281
"args" : {
You can’t perform that action at this time.
0 commit comments