You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(rest): give registerMetadataEndpointsInner the JSDoc header it never had (#10037)
It was the only `registerXxxEndpoints` in the class without one, and the
largest and most-mounted of them. The header records what the signature
cannot show: that `this.routeManager` is a wrapping registrar for the
duration of the call (which is why the body is a separate method at all),
that `basePath` makes the body run once per base and is the sole source of
`isScoped`, which route families mount here, and the two ordering facts
that are load-bearing rather than cosmetic.
Comment-only. No behaviour, no imports, no test.
Claude-Session: https://claude.ai/code/session_019bmVFqoQPq63zhKrxdYG1r
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments