MCPcopy
hub / github.com/danger/danger-js / byType

Function byType

source/platforms/git/gitJSONToGitDSL.ts:184–186  ·  view source on GitHub ↗
(t: string)

Source from the content-addressed store, hash-verified

182
183 const byType =
184 (t: string) =>
185 ({ type }: { type: string }) =>
186 type === t
187 const getContent = ({ content }: { content: string }) => content
188
189 /**

Callers 1

diffForFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected