MCPcopy Index your code
hub / github.com/OpenFunction/OpenFunction / Run

Method Run

pkg/core/interface.go:44–44  ·  view source on GitHub ↗
(s *openfunction.Serving, cm map[string]string)

Source from the content-addressed store, hash-verified

42
43type ServingRun interface {
44 Run(s *openfunction.Serving, cm map[string]string) error
45 // Result get the serving result.
46 // '' means serving is starting.
47 // `Running` means serving is running.

Callers 3

ReconcileMethod · 0.65
Test_createSinkComponentFunction · 0.65
Test_ValidateFunction · 0.65

Implementers 3

servingRunpkg/core/serving/kedahttp/servingrun.g
servingRunpkg/core/serving/knative/servingrun.go
servingRunpkg/core/serving/openfuncasync/serving

Calls

no outgoing calls

Tested by 2

Test_createSinkComponentFunction · 0.52
Test_ValidateFunction · 0.52