MCPcopy
hub / github.com/jsdoc/jsdoc / runs

Function runs

test/lib/jasmine.js:522–524  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

520 * @param {Function} func Function that defines part of a jasmine spec.
521 */
522var runs = function(func) {
523 jasmine.getEnv().currentSpec.runs(func);
524};
525if (isCommonJS){exports.runs = runs;}
526
527/**

Callers 1

jasmine-jsdoc.jsFile · 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…