MCPcopy Create free account
hub / github.com/Snapchat/Valdi / updateEditCandidate

Function updateEditCandidate

valdi/vscode_debugger/src/ui/debugNpmScript.ts:65–66  ·  view source on GitHub ↗
(existing: IEditCandidate, updated: IEditCandidate)

Source from the content-addressed store, hash-verified

63}
64
65const updateEditCandidate = (existing: IEditCandidate, updated: IEditCandidate) =>
66 existing.score > updated.score ? existing : updated;
67
68/**
69 * Finds configured npm scripts in the workspace.

Callers 1

findScriptsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected