Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
264
function
_buildMessage(body: string, displayName?: string) {
265
if
(displayName) {
266
return
`${displayName}: ${body}`;
267
}
268
return
body;
269
}
Callers
2
processNewMessage
Function · 0.85
processNewThread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected