MCPcopy
hub / github.com/gitpitch/gitpitch / loop

Method loop

assets/go/server.go:20–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (s *FundServer) loop() {
21 // The built-in "range" clause can iterate
22 // over channels, amongst other things
23 for command := range s.Commands {
24
25 // Handle the command
26
27 }
28}
29

Callers 1

NewFundServerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected