Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ fmt
Function
fmt
packages/db/scripts/check-sessions.ts:46–48 ·
view source on GitHub ↗
(n: number, w: number)
Source
from the content-addressed store, hash-verified
44
};
45
46
function
fmt(n: number, w: number) {
47
return
String(n).padStart(w);
48
}
49
50
function
header(title: string) {
51
console.log(
''
);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected