@karmaniverous/jeeves-watcher
    Preparing search index...

    Function buildAttributes

    • Build FileAttributes from a file path and stat info.

      Parameters

      • filePath: string

        The file path.

      • stats: Stats

        The file stats.

      • OptionalextractedFrontmatter: Record<string, unknown>

        Optional extracted frontmatter.

      • OptionalextractedJson: Record<string, unknown>

        Optional parsed JSON content.

      Returns FileAttributes

      The constructed file attributes.