MCPcopy
hub / github.com/hatchet-dev/hatchet / String

Method String

pkg/client/types/action.go:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (o Action) String() string {
22 if o.Subresource != "" {
23 return fmt.Sprintf("%s:%s:%s", o.Service, o.Verb, o.Subresource)
24 }
25
26 return o.IntegrationVerbString()
27}
28
29func (o Action) IntegrationVerbString() string {
30 return fmt.Sprintf("%s:%s", o.Service, o.Verb)

Callers 15

fromJSONFunction · 0.45
fromJSONFunction · 0.45
fromJSONFunction · 0.45
fromJSONFunction · 0.45
fromJSONFunction · 0.45
fromJSONFunction · 0.45
fromJSONFunction · 0.45
fromJSONFunction · 0.45
fromJSONFunction · 0.45
RunMethod · 0.45
RunNoWaitMethod · 0.45
runWorkflowInternalMethod · 0.45

Calls 1

IntegrationVerbStringMethod · 0.95