Function: getEventPath()

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / getEventPath

Function: getEventPath()

getEventPath(eventTag): string

Defined in: src/core/pluresdb/store.ts:52

Generate an event stream key path

Parameters

eventTag

string

The event type tag

Returns

string

The full PluresDB key path for the event stream

Contents

  1. 1Parameters
  2. 1.1eventTag
  3. 2Returns