MCPcopy
hub / github.com/apache/answer / GetUserCenter

Function GetUserCenter

plugin/user_center.go:120–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func GetUserCenter() (uc UserCenter, ok bool) {
121 _ = CallUserCenter(func(fn UserCenter) error {
122 uc = fn
123 ok = true
124 return nil
125 })
126 return
127}

Calls

no outgoing calls

Tested by

no test coverage detected