Skip to content
rs-xrs-x
  • Features
  • Docs
  • Roadmap
  • Sponsor
  • Playground
    • GitHub
    • Report issue
    • npm
Get started
  • Features
  • Docs
  • Roadmap
  • Sponsor
  • Playground
  • Community
  • GitHub
  • Report issue
  • npm
Docs / function-call-index

API Reference

function-call-index

API entries in this module: 6

Current function-call-index implementation

This module builds the same identity for each repeated function call using context, functionName, and an arguments id. rs-x uses this id to recognize "this is the same call as before" and to find the correct cached call result.

FunctionCallIndexFactory builds or returns the same call-id object for the same call input (same context, function name, and arguments).

Module API entries

  • FunctionCallIndexclassRepresents one tracked function call identity (context + function name + arguments id).→
  • FunctionCallIndexFactoryclassCreates and reuses function-call index instances so the same call maps to the same id.→
  • IDisposableFunctionCallIndexinterfaceFunction-call index with dispose support for releasing tracked call resources.→
  • IFunctionCallIndexinterfaceService for a computed function-call identity used by caching and change tracking.→
  • IFunctionCallIndexDatainterfaceInput shape (context, function name, arguments) used to build a function-call identity.→
  • IFunctionCallIndexFactorytypeType alias for the factory service used to create, resolve, and release function-call index entries.→
rs-x

Declarative reactive framework: make reactivity simple.

Product

  • Features
  • Docs
  • Roadmap
  • Sponsor
  • Playground

Community

  • GitHub
  • Report issue
  • npm
  • LinkedIn
  • Email

Support

  • Become a sponsor
  • Vote on roadmap priorities
  • About me