MCPcopy Create free account
hub / github.com/msgbyte/tailchat / generateTopicCommentCreateContent

Function generateTopicCommentCreateContent

apps/github-app/src/utils.ts:34–43  ·  view source on GitHub ↗
(
  user: string,
  body: string,
  url: string
)

Source from the content-addressed store, hash-verified

32 * 生成创建话题的内容
33 */
34export function generateTopicCommentCreateContent(
35 user: string,
36 body: string,
37 url: string
38) {
39 return `[b]${user}[/b] reply Issue:
40[markdown]${body}[/markdown]
41
42Website: ${url}`;
43}

Callers 1

appFnFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected