Function: getFactPath()

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / getFactPath

Function: getFactPath()

getFactPath(factTag, id?): string

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

Generate a fact key path

Parameters

factTag

string

The fact type tag

id?

string

Optional unique identifier for the fact instance

Returns

string

The full PluresDB key path for the fact

Contents

  1. 1Parameters
  2. 1.1factTag
  3. 1.2id?
  4. 2Returns