MCPcopy Create free account
hub / github.com/freecodexyz/free-code / resetPdftoppmCache

Function resetPdftoppmCache

src/utils/pdf.ts:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 * Reset the pdftoppm availability cache. Used by tests only.
151 */
152export function resetPdftoppmCache(): void {
153 pdftoppmAvailable = undefined
154}
155
156/**
157 * Check whether the `pdftoppm` binary (from poppler-utils) is available.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected