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

Function _buildMessage

packages/integration-github/src/outbound.ts:264–269  ·  view source on GitHub ↗
(body: string, displayName?: string)

Source from the content-addressed store, hash-verified

262}
263
264function _buildMessage(body: string, displayName?: string) {
265 if (displayName) {
266 return `${displayName}: ${body}`;
267 }
268 return body;
269}

Callers 2

processNewMessageFunction · 0.85
processNewThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected