Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
func
(m Model) ServerName() string {
18
return
strings.Title(m.lowerName) +
"Server"
19
}
20
21
func
(m Model) ClientName() string {
22
return
strings.Title(m.lowerName) +
"Client"
Callers
1
ProcessAll
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected