MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / round

Function round

src/codegraph/helper-extract.ts:66–66  ·  view source on GitHub ↗
(x: number)

Source from the content-addressed store, hash-verified

64}
65
66function round(x: number): number { return Math.round(x * 100) / 100; }
67
68/** A shared-helper name: common words across the member names, else a common prefix, else generic. */
69function suggestName(names: string[]): string {

Callers 2

findSimilarHelpersFunction · 0.85
backoff_delaysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected