MCPcopy
hub / github.com/josdejong/mathjs / isTransform

Function isTransform

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

Source from the content-addressed store, hash-verified

538}
539
540function isTransform (factory) {
541 return (factory && factory.meta && factory.meta.isTransformFunction === true) || false
542}
543
544function isClass (factory) {
545 return (factory && factory.meta && factory.meta.isClass === true) || false

Callers 3

generateFunctionsFilesFunction · 0.85
getDependenciesNameFunction · 0.85
sortFactoriesFunction · 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…