MCPcopy Index your code
hub / github.com/JamieMason/ImageOptim-CLI / lineToMarkdownCodeBlock

Function lineToMarkdownCodeBlock

tasks/environment.js:39–41  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

37 }
38
39 function lineToMarkdownCodeBlock(line) {
40 return ' ' + line;
41 }
42
43 grunt.registerTask('environment', 'Apply environment config to build', function() {
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected