Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MathMan05/Fermi
/ removeUndefinedKey
Function
removeUndefinedKey
src/stats.ts:63–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
function
removeUndefinedKey(): void {
64
if
(uptimeObject.has(
"undefined"
)) {
65
uptimeObject.delete(
"undefined"
);
66
saveUptimeObject();
67
}
68
}
69
70
removeUndefinedKey();
71
Callers
1
stats.ts
File · 0.85
Calls
2
saveUptimeObject
Function · 0.85
delete
Method · 0.45
Tested by
no test coverage detected