MCPcopy Create free account
hub / github.com/ByBrawe/opencode-loop / now

Function now

src/index.js:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57function stripOuterQuotes(value) {
58 const input = String(value || "").trim();
59 if (input.startsWith('"') && input.endsWith('"') || input.startsWith("'") && input.endsWith("'")) {
60 return input.slice(1, -1);
61 }
62 return input;
63}

Callers 15

parseLoopArgsFunction · 0.85
markHandledFunction · 0.85
wasHandledFunction · 0.85
rememberSessionFunction · 0.85
startHeartbeatFunction · 0.85
maybeCompactFunction · 0.85
staleActiveRunFunction · 0.85
sessionStatusTypeFunction · 0.85
jobDueAtFunction · 0.85
nextDueDelayFunction · 0.85
dueJobsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected