HomeDocumentationGitHub
  • Preparing search index...
  • The search index is not available
Causl API Reference - v0.2.0
  • Causl API Reference
  • @causl/devtools
  • inspect

Function inspect

  • inspect<T>(graph: InspectorGraph, node: Node<T>): NodeInspectorView

    One-shot lineage read for node.

    Reads graph.explain(node) at the current GraphTime and tags the result with that time stamp.

    Type Parameters

    • T

      The inspected node's value type.

    Parameters

    • graph: InspectorGraph

      The engine instance.

    • node: Node<T>

      The node whose lineage to capture.

    Returns NodeInspectorView

    A NodeInspectorView snapshot.

    • Defined in inspector.ts:70

Settings

Member Visibility
HomeDocumentationGitHub
Causl API Reference - v0.2.0
  • Loading...

Generated using TypeDoc