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

Function version

src/api/version.js:16–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 *
15 */
16export function version() {
17 try {
18 return pkg.version
19 } catch (err) {
20 err.caller = 'git.version'
21 throw err
22 }
23}

Callers 3

versions.jsFile · 0.85
test-version.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…