Hyperlinkv0.9.0-beta.0

Hyperlink

Hyperlink.wireKeyOfconstsrc/Hyperlink.ts:3007
(tag: { readonly [wireKeySym]: string }): string

A tag's wire key — the RpcGroup / procedure prefix on a shared server.

Solo Tag: same as Context.Key.key. Shared-Spec instance (Tag(wireKey, spec) factory): the factory wire key (kind key).

introspectionTagContext.Key.key
Source src/Hyperlink.ts:30072 lines
export const wireKeyOf = (tag: { readonly [wireKeySym]: string }): string =>
  tag[wireKeySym];