ProcessVersion returns the version string for this process.
()
| 78 | |
| 79 | // ProcessVersion returns the version string for this process. |
| 80 | func ProcessVersion() string { return processVersion } |
| 81 | |
| 82 | func bootstrapBundledExtensions(dataDir string) error { |
| 83 | extDir := filepath.Join(dataDir, "extensions") |
no outgoing calls
no test coverage detected