MCPcopy Create free account
hub / github.com/isomorphic-git/isomorphic-git / load

Method load

src/models/GitPackIndex.js:258–260  ·  view source on GitHub ↗
({ pack })

Source from the content-addressed store, hash-verified

256 }
257
258 async load({ pack }) {
259 this.pack = pack
260 }
261
262 async unload() {
263 this.pack = null

Calls

no outgoing calls

Tested by

no test coverage detected