MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / gravityIndexActionRequiresApiKey

Function gravityIndexActionRequiresApiKey

common/src/types/gravity-index.ts:73–75  ·  view source on GitHub ↗
(
  action: GravityIndexInput['action'],
)

Source from the content-addressed store, hash-verified

71export type GravityIndexInput = z.infer<typeof gravityIndexInputSchema>
72
73export const gravityIndexActionRequiresApiKey = (
74 action: GravityIndexInput['action'],
75) => action === 'search' || action === 'report_integration'

Callers 1

postGravityIndexFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected