MCPcopy Index your code
hub / github.com/flyteorg/flyte / newExampleService

Function newExampleService

flytestdlib/utils/auto_refresh_example_test.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func newExampleService() *ExampleService {
31 return &ExampleService{jobStatus: make(map[string]ExampleItemStatus)}
32}
33
34// advance the status to next, and return
35func (f *ExampleService) getStatus(id string) *ExampleCacheItem {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected