MCPcopy Index your code
hub / github.com/josdejong/mathjs / isClass

Function isClass

tools/entryGenerator.js:544–546  ·  view source on GitHub ↗
(factory)

Source from the content-addressed store, hash-verified

542}
543
544function isClass (factory) {
545 return (factory && factory.meta && factory.meta.isClass === true) || false
546}
547
548function stripOptionalNotation (dependency) {
549 return dependency && dependency[0] === '?'

Callers 1

generateFunctionsFilesFunction · 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…