MCPcopy Create free account
hub / github.com/EndBug/version-check / isLocalCommitArray

Function isLocalCommitArray

src/main.ts:495–497  ·  view source on GitHub ↗
(value: any[])

Source from the content-addressed store, hash-verified

493}
494// eslint-disable-next-line @typescript-eslint/no-explicit-any
495function isLocalCommitArray(value: any[]): value is LocalCommit[] {
496 return isLocalCommit(value[0])
497}
498
499interface PackageObj {
500 version: string

Callers 1

checkCommitsFunction · 0.70

Calls 1

isLocalCommitFunction · 0.70

Tested by

no test coverage detected