MCPcopy Index your code
hub / github.com/atomicdata-dev/atomic-data-browser / clone

Method clone

lib/src/commit.ts:70–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 */
69 // Warning: I'm not sure whether this actually solves the issue. Might be a good idea to remove this.
70 clone(): CommitBuilder {
71 const cm = new CommitBuilder(this.subject);
72 cm.set = this.set;
73 cm.destroy = this.destroy;
74 cm.remove = this.remove;
75 return cm;
76 }
77}
78
79/** A {@link Commit} without its signature, but with a signer and timestamp */

Callers 1

signMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected