MCPcopy Create free account
hub / github.com/bugy/script-server / translateExecutionLog

Function translateExecutionLog

web-src/src/common/store/executions-module.js:101–106  ·  view source on GitHub ↗
(log)

Source from the content-addressed store, hash-verified

99}
100
101export function translateExecutionLog(log) {
102 log.startTimeString = getStartTimeString(log);
103 log.fullStatus = getFullStatus(log);
104
105 return log;
106}
107
108function getStartTimeString(log) {
109 if (!isNull(log.startTime)) {

Callers 2

initFunction · 0.85
selectExecutionFunction · 0.85

Calls 2

getStartTimeStringFunction · 0.85
getFullStatusFunction · 0.85

Tested by

no test coverage detected