MCPcopy
hub / github.com/extractus/article-extractor / getTransformations

Function getTransformations

src/utils/transformation.js:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 * @returns {Transformation[]} Copy of transformations array
70 */
71export const getTransformations = () => {
72 return [...transformations]
73}
74
75/**
76 * Find all transformations whose patterns match any of the given URLs.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…