MCPcopy Create free account
hub / github.com/1jehuang/jcode / mb

Function mb

scripts/profile_spawn.py:490–493  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

488# Aggregation / reporting
489# --------------------------------------------------------------------------- #
490def mb(n) -> str:
491 if not n:
492 return " -"
493 return f"{n / (1024 * 1024):6.1f}"
494
495
496def agg(values: list[float]) -> dict:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected