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

Function getEndpointId

packages/cli/src/commands/dev.ts:434–438  ·  view source on GitHub ↗
(runtime: JsRuntime, clientId?: string)

Source from the content-addressed store, hash-verified

432}
433
434export function getEndpointId(runtime: JsRuntime, clientId?: string) {
435 if (clientId) {
436 return clientId;
437 } else return runtime.getEndpointId();
438}
439
440function findServerUrls(resolvedOptions: ResolvedOptions, framework?: Framework): ServerUrl[] {
441 if (resolvedOptions.tunnel) {

Callers 3

whoamiCommandFunction · 0.90
devCommandFunction · 0.85
startIndexingFunction · 0.85

Calls 1

getEndpointIdMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…