MCPcopy Create free account
hub / github.com/axe-api/axe-api / toCachePrefix

Function toCachePrefix

packages/axe-api/src/Handlers/Helpers.ts:626–628  ·  view source on GitHub ↗
(value: string | undefined | null)

Source from the content-addressed store, hash-verified

624};
625
626export const toCachePrefix = (value: string | undefined | null) => {
627 return value ? value : "";
628};
629
630const validateForeignValues = async (
631 database: Knex,

Callers 3

toCacheTagKeyFunction · 0.85
toCacheKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected