MCPcopy Create free account
hub / github.com/algolia/cli / algolia

Function algolia

e2e/e2e_test.go:16–18  ·  view source on GitHub ↗

algolia runs the root command of the Algolia CLI

()

Source from the content-addressed store, hash-verified

14
15// algolia runs the root command of the Algolia CLI
16func algolia() int {
17 return int(root.Execute())
18}
19
20// TestMain sets the executable program so that we don't depend on the compiled binary
21func TestMain(m *testing.M) {

Callers

nothing calls this directly

Calls 1

ExecuteFunction · 0.92

Tested by

no test coverage detected