MCPcopy Index your code
hub / github.com/Experience-Monks/devtool / write

Function write

test/fixtures/image-src.js:24–26  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

22}
23
24function write (msg) {
25 return new Promise(resolve => process.stdout.write(msg, resolve));
26}

Callers 1

image-src.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected