MCPcopy Index your code
hub / github.com/Explosion-Scratch/firebuilder / fmt

Function fmt

cli.js:75–75  ·  view source on GitHub ↗
(str, pref)

Source from the content-addressed store, hash-verified

73 };
74 }
75 const fmt = (str, pref) => (str ? `${pref}${str}` : "");
76 if (!Object.keys(v.modules).length) {
77 return null;
78 }

Callers 1

cli.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected