MCPcopy 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
11func NewPrebuilt(config *BuildConfig) *prebuilt {
12 return &prebuilt{
13 BuildConfig: config,
14 cmakeInside: NewCMake(config),
15 }
16}
17
18type prebuilt struct {
19 *BuildConfig

Callers 1

InitBuildSystemMethod · 0.85

Calls 1

NewCMakeFunction · 0.85

Tested by

no test coverage detected