MCPcopy
hub / github.com/continuedev/continue / getServiceSync

Function getServiceSync

extensions/cli/src/services/index.ts:334–336  ·  view source on GitHub ↗
(serviceName: string)

Source from the content-addressed store, hash-verified

332 * Get service state synchronously
333 */
334export function getServiceSync<T>(serviceName: string) {
335 return serviceContainer.getSync<T>(serviceName);
336}
337
338/**
339 * Reload a specific service

Calls 1

getSyncMethod · 0.80

Tested by

no test coverage detected