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

Method ServerFilename

model/model.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (m Model) ServerFilename() string {
30 return m.lowerName + "_server.go"
31}
32
33func (m Model) ClientFilename() string {
34 return m.lowerName + "_client.go"

Callers 1

ProcessAllFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected