(data: Info)
| 131 | ) |
| 132 | |
| 133 | const emitUpdated = (data: Info) => |
| 134 | Effect.sync(() => |
| 135 | GlobalBus.emit("event", { |
| 136 | directory: "global", |
| 137 | project: data.id, |
| 138 | payload: { type: Event.Updated.type, properties: data }, |
| 139 | }), |
| 140 | ) |
| 141 | |
| 142 | const fakeVcs = Schema.decodeUnknownSync(Schema.optional(Project.Vcs))(Flag.OPENCODE_FAKE_VCS) |
| 143 |
no test coverage detected