Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
16
export
function
version() {
17
try {
18
return
pkg.version
19
} catch (err) {
20
err.caller =
'git.version'
21
throw err
22
}
23
}
Callers
3
versions.js
File · 0.85
test-version.js
File · 0.85
test-version-in-submodule.js
File · 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…