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

Method String

fs/manager.go:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (n NamespacedName) String() string {
41 if n.namespace == "" {
42 return n.name
43 }
44 return n.namespace + "/" + n.name
45}
46
47func GetNamespacedName(namespace, name string) NamespacedName {
48 return NamespacedName{

Callers 5

WaitForReadyMethod · 0.45
getListenerFunction · 0.45
startStandaloneSvrFunction · 0.45
WaitUntilSignalFunction · 0.45
ListFunctionsMethod · 0.45

Calls

no outgoing calls

Tested by 2

getListenerFunction · 0.36
startStandaloneSvrFunction · 0.36