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

Function heading

services.ts:896–906  ·  view source on GitHub ↗
(message:string)

Source from the content-addressed store, hash-verified

894 : "build",
895 orderlen:number = order[type].length,
896 heading = function node_apps_build_heading(message:string):void {
897 if (firstOrder === true) {
898 console.log("");
899 firstOrder = false;
900 } else if (order[type].length < orderlen) {
901 console.log("________________________________________________________________________");
902 console.log("");
903 }
904 console.log(text.cyan + message + text.none);
905 console.log("");
906 },
907 sectionTimer = function node_apps_build_sectionTime(input:string):void {
908 let now:string[] = input.replace(`${text.cyan}[`, "").replace(`]${text.none} `, "").split(":"),
909 numb:[number, number] = [(Number(now[0]) * 3600) + (Number(now[1]) * 60) + Number(now[2].split(".")[0]), Number(now[2].split(".")[1])],

Callers 2

nextFunction · 0.85
services.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected