Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MacroPower/kat
/ GetContext
Method
GetContext
pkg/command/command.go:71–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
// Event represents an event related to command execution.
70
type
Event
interface
{
71
GetContext() context.Context
72
}
73
74
// EventStart indicates that a command execution has started.
Callers
2
broadcast
Method · 0.65
broadcast
Method · 0.65
Implementers
6
EventStart
pkg/command/command.go
EventEnd
pkg/command/command.go
EventCancel
pkg/command/command.go
EventConfigure
pkg/command/command.go
EventOpenResource
pkg/command/command.go
EventListResources
pkg/command/command.go
Calls
no outgoing calls
Tested by
no test coverage detected