MCPcopy Create free account
hub / github.com/celer-pkg/celer / configureOptions

Method configureOptions

buildsystems/buildconfig.go:573–575  ·  view source on GitHub ↗

Can be override by different buildsystems.

()

Source from the content-addressed store, hash-verified

571
572// Can be override by different buildsystems.
573func (b BuildConfig) configureOptions() ([]string, error) {
574 return slices.Clone(b.Options), nil
575}
576
577// Can be override by different buildsystems.
578func (b BuildConfig) buildOptions() ([]string, error) {

Callers

nothing calls this directly

Calls 1

CloneMethod · 0.65

Tested by

no test coverage detected