Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/socketstream/socketstream
/ pad2
Function
pad2
new_project/client/code/app/app.demo.js:52–54 ·
view source on GitHub ↗
(number)
Source
from the content-addressed store, hash-verified
50
}
51
52
function
pad2(number) {
53
return
(number < 10 ?
'0'
:
''
) + number;
54
}
55
56
function
valid(text) {
57
return
text && text.length > 0;
Callers
1
timestamp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected