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

Method findMessage

packages/sdk/src/index.ts:97–101  ·  view source on GitHub ↗
(
    search: LinenTypes.messageFindType
  )

Source from the content-addressed store, hash-verified

95 }
96
97 findMessage(
98 search: LinenTypes.messageFindType
99 ): Promise<LinenTypes.messageFindResponseType> {
100 return this.get(`/api/integrations/messages?${qs(search)}`);
101 }
102
103 getMessage({
104 messageId,

Callers 2

handleInboundFunction · 0.80
processNewMessageFunction · 0.80

Calls 2

qsFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected