MCPcopy Create free account
hub / github.com/effector/effector / isExternal

Function isExternal

documentation/src/languages.ts:34–36  ·  view source on GitHub ↗
(link: { link?: string })

Source from the content-addressed store, hash-verified

32}
33
34export function isExternal(link: { link?: string }) {
35 return (link.link?.startsWith("https://") || link.link?.startsWith("http://")) ?? false;
36}
37
38export function isLocalizedLink(link: { link?: string }) {
39 for (const code of KNOWN_LANGUAGE_CODES) {

Callers 2

getLocalizedPanelSidebarFunction · 0.90
createLinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…