MCPcopy
hub / github.com/the-open-agent/openagent / GetIdFromOwnerAndName

Function GetIdFromOwnerAndName

util/string.go:103–105  ·  view source on GitHub ↗
(owner string, name string)

Source from the content-addressed store, hash-verified

101}
102
103func GetIdFromOwnerAndName(owner string, name string) string {
104 return fmt.Sprintf("%s/%s", owner, name)
105}
106
107func GenerateId() string {
108 return uuid.NewString()

Callers 15

ensurePipeChatFunction · 0.92
SignoutMethod · 0.92
autoLoginAdminMethod · 0.92
AddMessageMethod · 0.92
DeleteWelcomeMessageMethod · 0.92
signinWithPasswordMethod · 0.92
AddSharedStoreMethod · 0.92
ForkStoreMethod · 0.92
UpdateSessionMethod · 0.92
DeleteSessionMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected