MCPcopy Create free account
hub / github.com/atomicdata-dev/atomic-data-browser / getCommitBuilder

Method getCommitBuilder

lib/src/resource.ts:143–145  ·  view source on GitHub ↗

* Returns the current Commit Builder, which describes the pending changes of * the resource

()

Source from the content-addressed store, hash-verified

141 * the resource
142 */
143 getCommitBuilder(): CommitBuilder {
144 return this.commitBuilder;
145 }
146
147 /** Returns the Error of the Resource */
148 getError(): Error {

Callers 2

ShareRouteFunction · 0.80
DataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected