MCPcopy Index your code
hub / github.com/danger/danger-js / fileLineToString

Function fileLineToString

source/runner/templates/githubIssueTemplate.ts:86–87  ·  view source on GitHub ↗
(file: string, line: number)

Source from the content-addressed store, hash-verified

84
85export const dangerIDToString = (id: string) => `DangerID: danger-id-${id};`
86export const fileLineToString = (file: string, line: number) => ` File: ${file};
87 Line: ${line};`
88
89export const dangerSignature = (results: DangerResults) => {
90 let meta = results.meta || { runtimeName: "dangerJS", runtimeHref: "https://danger.systems/js" }

Callers 2

sendInlineCommentsMethod · 0.90
inlineTemplateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected