MCPcopy 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
206function pad(name) {
207 return " " + name + " "
208}
209
210function quote(name) {
211 return "\"" + name + "\""

Callers 1

visualize.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected