MCPcopy Index your code
hub / github.com/celer-pkg/celer / Init

Method Init

configs/celer.go:120–122  ·  view source on GitHub ↗

Init initializes celer with default options.

()

Source from the content-addressed store, hash-verified

118
119// Init initializes celer with default options.
120func (c *Celer) Init() error {
121 return c.InitWithOptions(InitOption{})
122}
123
124// InitWithOptions initializes celer with options.
125func (c *Celer) InitWithOptions(opts InitOption) error {

Calls 1

InitWithOptionsMethod · 0.95