MCPcopy
hub / github.com/plopjs/plop / setHelper

Function setHelper

packages/node-plop/src/node-plop.js:39–41  ·  view source on GitHub ↗
(name, fn)

Source from the content-addressed store, hash-verified

37 welcomeMessage = message;
38 };
39 const setHelper = (name, fn) => {
40 helpers[name] = fn;
41 };
42 const setPartial = (name, str) => {
43 partials[name] = str;
44 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…