Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
func
(m Model) ServerFilename() string {
30
return
m.lowerName +
"_server.go"
31
}
32
33
func
(m Model) ClientFilename() string {
34
return
m.lowerName +
"_client.go"
Callers
1
ProcessAll
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected