Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/factorapp/factor
/ ClientName
Method
ClientName
model/model.go:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
(m Model) ClientName() string {
22
return
strings.Title(m.lowerName) +
"Client"
23
}
24
25
func
(m Model) TypesFilename() string {
26
return
m.lowerName +
"_types.go"
Callers
1
ProcessAll
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected