Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jakesgordon/javascript-state-machine
/ pad
Function
pad
lib/visualize.js:206–208 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
204
//-------------------------------------------------------------------------------------------------
205
206
function
pad(name) {
207
return
" "
+ name +
" "
208
}
209
210
function
quote(name) {
211
return
"\"
" + name + "
\
""
Callers
1
visualize.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected