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