* Returns the current Commit Builder, which describes the pending changes of * the resource
()
| 141 | * the resource |
| 142 | */ |
| 143 | getCommitBuilder(): CommitBuilder { |
| 144 | return this.commitBuilder; |
| 145 | } |
| 146 | |
| 147 | /** Returns the Error of the Resource */ |
| 148 | getError(): Error { |
no outgoing calls
no test coverage detected