MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / getLog

Function getLog

packages/cli/test/integration/cli/cli.integration.js:17–23  ·  view source on GitHub ↗
(buffer)

Source from the content-addressed store, hash-verified

15} = require('../../snapshots');
16
17function getLog(buffer) {
18 buffer = buffer || [];
19 return function (format, ...params) {
20 buffer.push(util.format(format, ...params));
21 return buffer;
22 };
23}
24
25describe('cli', () => {
26 it('lists available commands', () => {

Callers 1

cli.integration.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected