Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DarthSim/overmind
/ WindowID
Method
WindowID
start/process.go:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
func
(p *process) WindowID() string {
67
return
fmt.Sprintf(
"%s:%s"
, p.tmux.Session, p.Name)
68
}
69
70
func
(p *process) StartObserving() {
71
if
!p.Running() {
Callers
1
processGetConnection
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected