Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/celer-pkg/celer
/ NewPrebuilt
Function
NewPrebuilt
buildsystems/build_prebuilt.go:11–16 ·
view source on GitHub ↗
(config *BuildConfig)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
NewPrebuilt(config *BuildConfig) *prebuilt {
12
return
&prebuilt{
13
BuildConfig: config,
14
cmakeInside: NewCMake(config),
15
}
16
}
17
18
type
prebuilt
struct
{
19
*BuildConfig
Callers
1
InitBuildSystem
Method · 0.85
Calls
1
NewCMake
Function · 0.85
Tested by
no test coverage detected