Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/celer-pkg/celer
/ NewNoBuild
Function
NewNoBuild
buildsystems/build_nobuild.go:3–7 ·
view source on GitHub ↗
(config *BuildConfig)
Source
from the content-addressed store, hash-verified
1
package
buildsystems
2
3
func
NewNoBuild(config *BuildConfig) *nobuild {
4
return
&nobuild{
5
BuildConfig: config,
6
}
7
}
8
9
type
nobuild
struct
{
10
*BuildConfig
Callers
1
InitBuildSystem
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected