MCPcopy Create free account
hub / github.com/OpenFunction/samples / getLocalPlugins

Function getLocalPlugins

functions-framework/golang/Async/pubsub/pub/main.go:27–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func getLocalPlugins() map[string]plugin.Plugin {
28 localPlugins := map[string]plugin.Plugin{}
29
30 if len(localPlugins) == 0 {
31 return nil
32 } else {
33 return localPlugins
34 }
35}

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected