MCPcopy Index your code
hub / github.com/TruthHun/BookStack / IsInstalledGit

Function IsInstalledGit

utils/dependency.go:100–103  ·  view source on GitHub ↗

IsInstalledGit 是否安装了Git

()

Source from the content-addressed store, hash-verified

98
99// IsInstalledGit 是否安装了Git
100func IsInstalledGit() (err error) {
101 _, err = ExecCommand("git", []string{"--version"})
102 return
103}
104
105// IsInstalledChrome 是否安装了Chrome
106func IsInstalledChrome(chrome string) (err error) {

Callers 1

Calls 1

ExecCommandFunction · 0.85

Tested by

no test coverage detected