MCPcopy
hub / github.com/triggerdotdev/trigger.dev / replace

Method replace

packages/core/src/replacements.ts:5–5  ·  view source on GitHub ↗
(input: ExampleInputData)

Source from the content-addressed store, hash-verified

3export interface ExampleReplacement {
4 marker: string;
5 replace(input: ExampleInputData): DeserializedJson;
6}
7
8type ExampleInputData = {

Callers 15

constructorMethod · 0.80
useDevFunction · 0.80
runBuildFunction · 0.80
setupFunction · 0.80
compileProjectFunction · 0.80
logESMRequireErrorFunction · 0.80
parseNpmInstallErrorFunction · 0.80
gatherTaskFilesFromDirFunction · 0.80
replaceAllFunction · 0.80
setupFunction · 0.80
formatErrorLogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected