MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getRouterRemovalMessage

Function getRouterRemovalMessage

src/core/config/routerRemoval.ts:18–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18export const getRouterRemovalMessage = () =>
19 getLocalizedMessage(ROUTER_REMOVAL_I18N_KEY, ROUTER_REMOVAL_DEFAULT_MESSAGE)
20
21export const getRouterUnavailableSignInMessage = () =>
22 getLocalizedMessage(ROUTER_SIGN_IN_UNAVAILABLE_I18N_KEY, ROUTER_SIGN_IN_UNAVAILABLE_DEFAULT_MESSAGE)

Callers 2

webviewMessageHandlerFunction · 0.90
buildApiHandlerFunction · 0.90

Calls 1

getLocalizedMessageFunction · 0.85

Tested by

no test coverage detected