MCPcopy Index your code
hub / github.com/openai/plugins / round

Function round

plugins/plugin-eval/src/core/observed-usage.js:6–8  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4import { createArtifact, createCheck, createMetric } from "./schema.js";
5
6function round(value) {
7 return Math.round(value * 100) / 100;
8}
9
10function toNumber(value) {
11 return typeof value === "number" && Number.isFinite(value) ? value : null;

Callers 15

notch_to_labelFunction · 0.85
add_line_chartFunction · 0.85
map_locus_to_geneFunction · 0.85
split_stripFunction · 0.85
compose_frameFunction · 0.85
resize_seedFunction · 0.85
_score_percentFunction · 0.85
build_contextFunction · 0.85
parse_count_matrixFunction · 0.85
parse_insert_sizesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected