You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Returns**: <code>Promise</code> - A promise that returns the call response object, or an Error if rejected.
1116
1116
1117
-
| Param | Type | Description |
1118
-
| --- | --- | --- |
1119
-
| [dbId] | <code>string</code> | the database id |
1117
+
| Param | Type | Default | Description |
1118
+
| --- | --- | --- | --- |
1119
+
| [start] | <code>number</code> | <code>0</code> | where to start printing the commit information in the log (starting from the head of the current branch) |
1120
+
| [count] | <code>number</code> | <code>1</code> | The number of total commit log records to return |
0 commit comments