MCPcopy
hub / github.com/midrender/revideo / setProject

Method setProject

packages/player-react/src/internal.ts:116–118  ·  view source on GitHub ↗
(project: Project)

Source from the content-addressed store, hash-verified

114 }
115
116 public setProject(project: Project) {
117 this.updateProject(project);
118 }
119
120 private setState(state: State) {
121 this.state = state;

Callers 1

PlayerFunction · 0.80

Calls 1

updateProjectMethod · 0.95

Tested by

no test coverage detected