MCPcopy Index your code
hub / github.com/prettydiff/prettydiff / screen

Function screen

services.ts:777–782  ·  view source on GitHub ↗
(string:string)

Source from the content-addressed store, hash-verified

775 ? process.argv[1]
776 : process.argv[0];
777 const screen = function node_apps_base64_screen(string:string) {
778 const output = (direction === "decode")
779 ? Buffer.from(string, "base64").toString("utf8")
780 : Buffer.from(string).toString("base64");
781 apps.log([""], output, path);
782 },
783 fileWrapper = function node_apps_base64_fileWrapper(filepath):void {
784 node
785 .fs

Callers 2

services.tsFile · 0.85
resolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected