MCPcopy 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
21func (m Model) ClientName() string {
22 return strings.Title(m.lowerName) + "Client"
23}
24
25func (m Model) TypesFilename() string {
26 return m.lowerName + "_types.go"

Callers 1

ProcessAllFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected