MCPcopy
hub / github.com/wavetermdev/waveterm / UnameKernelRelease

Function UnameKernelRelease

pkg/wavebase/wavebase.go:413–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411}
412
413func UnameKernelRelease() string {
414 osReleaseOnce.Do(func() {
415 osRelease = unameKernelRelease()
416 })
417 return osRelease
418}
419
420var systemSummaryOnce = &sync.Once{}
421var systemSummary string

Callers 2

UpdateActivityFunction · 0.92
startupActivityUpdateFunction · 0.92

Calls 1

unameKernelReleaseFunction · 0.85

Tested by

no test coverage detected