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

Function redactString

packages/trigger-sdk/src/index.ts:39–48  ·  view source on GitHub ↗
(
  strings: TemplateStringsArray,
  ...interpolations: string[]
)

Source from the content-addressed store, hash-verified

37 * })
38 */
39export function redactString(
40 strings: TemplateStringsArray,
41 ...interpolations: string[]
42): RedactString {
43 return {
44 __redactedString: true,
45 strings: strings.raw as string[],
46 interpolations,
47 };
48}

Callers 2

built-ins.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…