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

Method getChannel

packages/sdk/src/index.ts:43–47  ·  view source on GitHub ↗
(
    search: LinenTypes.channelGetType
  )

Source from the content-addressed store, hash-verified

41 // channels ----
42
43 getChannel(
44 search: LinenTypes.channelGetType
45 ): Promise<{ id: string; accountId: string } | null> {
46 return this.get(`/api/integrations/channels?${qs(search)}`);
47 }
48
49 findOrCreateChannel(
50 props: LinenTypes.channelFindOrCreateType

Callers 3

findChannelFunction · 0.80
inbound.tsFile · 0.80
handleCommonFunction · 0.80

Calls 2

qsFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected