Hyperlinkv0.8.0-beta.28

LogEntry

LogEntry.lineageconstsrc/LogEntry.ts:143
(entry: LogEntry): ReadonlyArray<string>

Decode lineage segment keys from a captured entry's annotations.

Reads annotation key LogAnnotationKeys.lineage only (JSON array of Tag.key segments).

gettersLogAnnotationKeys.lineage
Source src/LogEntry.ts:1432 lines
export const lineage = (entry: LogEntry): ReadonlyArray<string> =>
  parseLineageJson(entry.annotations[LogAnnotationKeys.lineage]);
Referenced by 3 symbols