MCPcopy Create free account
hub / github.com/factorapp/factor / ServerName

Method ServerName

model/model.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func (m Model) ServerName() string {
18 return strings.Title(m.lowerName) + "Server"
19}
20
21func (m Model) ClientName() string {
22 return strings.Title(m.lowerName) + "Client"

Callers 1

ProcessAllFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected