MCPcopy
hub / github.com/dapr/dapr / Load

Method Load

pkg/internal/loader/loader.go:25–25  ·  view source on GitHub ↗

Load loads all manifests.

(context.Context)

Source from the content-addressed store, hash-verified

23type Loader[T meta.Resource] interface {
24 // Load loads all manifests.
25 Load(context.Context) ([]T, error)
26}

Callers 15

ReconcileMethod · 0.65
Test_NamespacesFunction · 0.65
Test_StreamFunction · 0.65
TestComponentCallsFunction · 0.65
TestComponentCallsFunction · 0.65
TestGRPCConnectorFunction · 0.65
TestComponentDiscoveryFunction · 0.65
TestInputBindingCallsFunction · 0.65
TestOutputBindingCallsFunction · 0.65
TestPubSubPluggableCallsFunction · 0.65

Calls

no outgoing calls

Tested by 15

Test_NamespacesFunction · 0.52
Test_StreamFunction · 0.52
TestComponentCallsFunction · 0.52
TestComponentCallsFunction · 0.52
TestGRPCConnectorFunction · 0.52
TestComponentDiscoveryFunction · 0.52
TestInputBindingCallsFunction · 0.52
TestOutputBindingCallsFunction · 0.52
TestPubSubPluggableCallsFunction · 0.52
TestPipeline_httpFunction · 0.52
TestPipeline_buildChainFunction · 0.52