MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / use

Method use

experiments/context.ts:177–177  ·  view source on GitHub ↗
(
    fn: ContextMiddlewareFunction<TContext, TContextOverrides, $ContextOverridesOut>
  )

Source from the content-addressed store, hash-verified

175
176export interface ContextBuilder<TContext extends object, TContextOverrides> {
177 use<$ContextOverridesOut>(
178 fn: ContextMiddlewareFunction<TContext, TContextOverrides, $ContextOverridesOut>
179 ): ContextBuilder<TContext, Overwrite<TContextOverrides, $ContextOverridesOut>>;
180}

Callers 11

addMiddlewareFunction · 0.80
constructorMethod · 0.80
createExpressServerFunction · 0.80
server.tsFile · 0.80
addEmailLinkStrategyFunction · 0.80
addGitHubStrategyFunction · 0.80
context.tsFile · 0.80
createAppFunction · 0.80
createAppFunction · 0.80
createAppFunction · 0.80
index.tsFile · 0.80

Calls

no outgoing calls

Tested by 3

createAppFunction · 0.64
createAppFunction · 0.64
createAppFunction · 0.64