MCPcopy
hub / github.com/czlonkowski/n8n-mcp / parse

Function parse

tests/unit/services/post-update-validator.test.ts:52–52  ·  view source on GitHub ↗
(v: string)

Source from the content-addressed store, hash-verified

50
51 mockVersionService.compareVersions = vi.fn((v1, v2) => {
52 const parse = (v: string) => parseFloat(v);
53 return parse(v1) - parse(v2);
54 });
55 });

Callers 2

compareVersionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected