MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / GetNamespacedName

Function GetNamespacedName

fs/manager.go:47–52  ·  view source on GitHub ↗
(namespace, name string)

Source from the content-addressed store, hash-verified

45}
46
47func GetNamespacedName(namespace, name string) NamespacedName {
48 return NamespacedName{
49 namespace: namespace,
50 name: name,
51 }
52}
53
54type FunctionManager interface {
55 StartFunction(f *model.Function) error

Callers 5

StartFunctionMethod · 0.92
DeleteFunctionMethod · 0.92
TestFunctionStoreLoadingFunction · 0.92
StartFunctionMethod · 0.85
DeleteFunctionMethod · 0.85

Calls

no outgoing calls

Tested by 3

StartFunctionMethod · 0.74
DeleteFunctionMethod · 0.74
TestFunctionStoreLoadingFunction · 0.74