depCount()
Number of declared dep slots visible in this invocation.
Import
Section titled “Import”import { depCount } from "@graphrefly/ts/core";Signature
Section titled “Signature”function depCount(ctx: Ctx): numberParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
ctx | Ctx | Node execution context supplied by the dispatcher. |
Returns
Section titled “Returns”A number value.
Example
Section titled “Example”import { depCount } from "@graphrefly/ts/core";Source
Section titled “Source”packages/ts/src/ctx/types.ts