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

Method IsFree

api/dashboard/types.go:225–227  ·  view source on GitHub ↗

IsFree reports whether the plan is the free-tier plan (no payment method required).

()

Source from the content-addressed store, hash-verified

223
224// IsFree reports whether the plan is the free-tier plan (no payment method required).
225func (p Plan) IsFree() bool {
226 return p.Type == PlanTypeFree
227}
228
229// toPlan flattens a JSON:API plan template resource into a Plan.
230func (r *PlanTemplateResource) toPlan() Plan {

Callers 8

changePlanFunction · 0.80
resolvePlanFunction · 0.80
planChoicesFunction · 0.80
createApplicationFunction · 0.80
PlanChoicesFunction · 0.80
PlanTelemetryIDFunction · 0.80
SelectablePlansFunction · 0.80
FindFreePlanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected