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

Method resolve

types/index.d.ts:5165–5165  ·  view source on GitHub ↗

* Replaces variable nodes with their scoped values * @param scope Scope to read/write variables

(
    this: MathJsChain<MathNode>,
    // eslint-disable-next-line @typescript-eslint/no-explicit-any
    scope?: MathScope
  )

Source from the content-addressed store, hash-verified

5163 * @param scope Scope to read/write variables
5164 */
5165 resolve(
5166 this: MathJsChain<MathNode>,
5167 // eslint-disable-next-line @typescript-eslint/no-explicit-any
5168 scope?: MathScope

Callers 7

update-authors.jsFile · 0.65
resolve.test.jsFile · 0.65
testTypes.tsFile · 0.65
doc.test.jsFile · 0.65
chainifyFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected