MCPcopy
hub / github.com/simstudioai/sim / getToolOperationsIndex

Function getToolOperationsIndex

apps/sim/lib/search/tool-operations.ts:180–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 * The index is cached after first build since block registry is static.
179 */
180export function getToolOperationsIndex(): ToolOperationItem[] {
181 if (!cachedOperations) {
182 cachedOperations = buildToolOperationsIndex()
183 }
184 return cachedOperations
185}
186
187/**
188 * Clears the cached operations index.

Callers 1

store.tsFile · 0.90

Calls 1

buildToolOperationsIndexFunction · 0.85

Tested by

no test coverage detected