MCPcopy
hub / github.com/openclaw/clawsweeper / commentUrl

Function commentUrl

src/clawsweeper.ts:14848–14851  ·  view source on GitHub ↗
(comment: Record<string, unknown> | undefined)

Source from the content-addressed store, hash-verified

14846}
14847
14848function commentUrl(comment: Record<string, unknown> | undefined): string | null {
14849 const url = comment?.html_url;
14850 return typeof url === "string" ? url : null;
14851}
14852
14853function commentBody(comment: Record<string, unknown> | undefined): string | undefined {
14854 const body = comment?.body;

Callers 3

proofNudgesCommandFunction · 0.85
botProofCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected