MCPcopy
hub / github.com/breejs/bree / isSANB

Function isSANB

src/job-utils.js:11–13  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

9 * @returns {boolean}
10 */
11const isSANB = (value) => {
12 return typeof value === 'string' && value.trim().length > 0;
13};
14
15/**
16 * Naively checks if passed value is of later.js schedule format (https://breejs.github.io/later/schedules.html)

Callers 7

buildJobFunction · 0.85
constructorMethod · 0.85
initMethod · 0.85
getNameFunction · 0.85
parseValueFunction · 0.85
validateJobPathFunction · 0.85
validateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…