MCPcopy Create free account
hub / github.com/ccj-007/easy-lowcode / Tt

Function Tt

renderer/index.js:1284–1292  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1282 return "";
1283 }
1284 function Tt(e) {
1285 if (e !== void 0) {
1286 var r = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
1287 return `
1288
1289Check your code at ` + r + ":" + a + ".";
1290 }
1291 return "";
1292 }
1293 function St(e) {
1294 return e != null ? Tt(e.__source) : "";
1295 }

Callers 1

StFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected