Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hatchet-dev/hatchet
/ IntegrationVerbString
Method
IntegrationVerbString
pkg/client/types/action.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(o Action) IntegrationVerbString() string {
30
return
fmt.Sprintf(
"%s:%s"
, o.Service, o.Verb)
31
}
32
33
// ParseActionID parses an action ID into its constituent parts.
34
func
ParseActionID(actionID string) (Action, error) {
Callers
1
String
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected