Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goadesign/goa
/ generateParallel
Function
generateParallel
codegen/testutil/example_test.go:161–163 ·
view source on GitHub ↗
(i int)
Source
from the content-addressed store, hash-verified
159
}
160
161
func
generateParallel(i int) string {
162
return
fmt.Sprintf(
"// Parallel %d\n%s"
, i, generateSimpleCode())
163
}
Callers
1
TestParallelUpdates
Function · 0.85
Calls
1
generateSimpleCode
Function · 0.85
Tested by
no test coverage detected