MCPcopy Create free account
hub / github.com/PostHog/duckgres / ProcessVersion

Function ProcessVersion

server/server.go:80–80  ·  view source on GitHub ↗

ProcessVersion returns the version string for this process.

()

Source from the content-addressed store, hash-verified

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

Callers 3

activateTenantMethod · 0.92
WarmupMethod · 0.92
CreateSessionMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected