Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
func
(m Model) ClientFilename() string {
34
return
m.lowerName +
"_client.go"
35
}
36
37
func
(m Model) Write(typesW io.Writer, clientW io.Writer, serverW io.Writer) error {
38
data :=
map
[string]
interface
{}{
Callers
1
ProcessAll
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected