Shumoku Docs

Search documentation

Shared docs and current release

Loading search…

日本語

@shumoku/core · 0.4.0 · function

portIdentityKeys

Source

Enumerate Port identity keys in priority order. Port matching happens *within* a parent node cluster — the same `ifName` on a different chassis is a different port. The caller is responsible for that scoping; this list is just the per-port priority order.

portIdentityKeys(identity: Identity | undefined): IdentityKey[]

Parameters

Parameter Type Description Default
identity Identity | undefined No additional description.

Returns

IdentityKey[]

libs/@shumoku/core/src/observation/identity.ts:57