MCPcopy
hub / github.com/alseambusher/crontab-ui / collapsedCommand

Function collapsedCommand

public/js/script.js:309–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307}
308
309function collapsedCommand() {
310 return job_command.split(/\r?\n/).map(function(l) { return l.trim(); }).filter(Boolean).join('; ');
311}
312
313function job_string() {
314 var cmd = collapsedCommand();

Callers 3

editJobFunction · 0.85
newJobFunction · 0.85
job_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected