MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / getIntegrationUrl

Function getIntegrationUrl

packages/utilities/src/domain.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79export function getIntegrationUrl() {
80 return getLinenUrl();
81}
82
83export function getLinenUrl() {
84 if (process.env.NODE_ENV === 'test') {

Callers 7

linen.tsFile · 0.90
inbound.tsFile · 0.90
outbound.tsFile · 0.90
inbound.tsFile · 0.90
linen.tsFile · 0.90
index.tsFile · 0.90
linen.tsFile · 0.90

Calls 1

getLinenUrlFunction · 0.70

Tested by

no test coverage detected