Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/factorapp/factor
/ WriteServerFile
Function
WriteServerFile
model/server.go:7–9 ·
view source on GitHub ↗
(wr io.Writer)
Source
from the content-addressed store, hash-verified
5
)
6
7
func
WriteServerFile(wr io.Writer) error {
8
return
serversTpl.Execute(wr, nil)
9
}
Callers
1
ProcessAll
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected