MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / contextIncludes

Function contextIncludes

packages/cli/src/commands/preview.ts:347–349  ·  view source on GitHub ↗
(fields: ContextField[], field: ContextField)

Source from the content-addressed store, hash-verified

345}
346
347function contextIncludes(fields: ContextField[], field: ContextField): boolean {
348 return fields.includes(field);
349}
350
351function addContextError(
352 payload: Record<string, unknown>,

Callers 1

printCurrentContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected