Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PartPilotLab/PartPilot
/ formatInductance
Function
formatInductance
app/dashboardPage.tsx:833–835 ·
view source on GitHub ↗
(inductance: any)
Source
from the content-addressed store, hash-verified
831
return `${round(unit(Number(capacitance),
"pF"
).toNumeric(
"nF"
))} nF`;
832
};
833
const formatInductance = (inductance: any) => {
834
return `${round(Number(inductance ?? null))} uH`;
835
};
Callers
1
PartItem
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected