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

Method ClientFilename

model/model.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (m Model) ClientFilename() string {
34 return m.lowerName + "_client.go"
35}
36
37func (m Model) Write(typesW io.Writer, clientW io.Writer, serverW io.Writer) error {
38 data := map[string]interface{}{

Callers 1

ProcessAllFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected