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

Function wrongCompositionFile

packages/studio/src/utils/sdkCutover.ts:80–82  ·  view source on GitHub ↗

True when targetPath isn't the composition the SDK session models.

(deps: CutoverDeps, targetPath: string)

Source from the content-addressed store, hash-verified

78
79/** True when targetPath isn't the composition the SDK session models. */
80function wrongCompositionFile(deps: CutoverDeps, targetPath: string): boolean {
81 return deps.compositionPath != null && targetPath !== deps.compositionPath;
82}
83
84interface CutoverOptions {
85 label?: string;

Callers 4

sdkCutoverPersistFunction · 0.85
sdkTimingPersistFunction · 0.85
dispatchGsapOpAndPersistFunction · 0.85
sdkDeletePersistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected