MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / snapshotRuntimeRegistration

Function snapshotRuntimeRegistration

src/utils/tool-registry.ts:204–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202}
203
204function snapshotRuntimeRegistration(): RuntimeToolInfo {
205 return {
206 enabledWorkflows: [...registryState.enabledWorkflows],
207 registeredToolCount: registryState.tools.size,
208 };
209}
210
211export function getRuntimeRegistration(): RuntimeToolInfo | null {
212 if (registryState.tools.size === 0 && registryState.enabledWorkflows.size === 0) {

Callers 2

getRuntimeRegistrationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected