MCPcopy
hub / github.com/PeerDB-io/peerdb / getWorkflowID

Function getWorkflowID

flow/cmd/handler.go:154–156  ·  view source on GitHub ↗
(flowName string)

Source from the content-addressed store, hash-verified

152}
153
154func getWorkflowID(flowName string) string {
155 return flowName + "-peerflow"
156}
157
158func (h *FlowRequestHandler) CreateCDCFlow(
159 ctx context.Context, req *protos.CreateCDCFlowRequest,

Callers 2

CreateCDCFlowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected