MCPcopy Create free account
hub / github.com/Xchristech2/Zenitsu-Bot / format

Function format

lib/myfunc.js:193–195  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

191}
192
193function format(...args) {
194 return util.format(...args)
195}
196
197exports.logic = (check, inp, out) => {
198 if (inp.length !== out.length) throw new Error('Input and Output must have same length')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected