File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ export interface StudioCacheContext {
109
109
readonly studio : ReadonlyDeep < JobStudio >
110
110
111
111
/**
112
+ * // nocommit: so whats the difference between studio and rawStudio?
112
113
* The Studio the job belongs to
113
114
*/
114
115
readonly rawStudio : ReadonlyDeep < DBStudio >
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ export class WorkerDataCacheWrapperImpl implements WorkerDataCacheWrapper {
101
101
*/
102
102
export interface WorkerDataCache {
103
103
rawStudio : ReadonlyDeep < DBStudio >
104
+ // nocommit: maybe add description of what this is, why is it different from rawStudio
104
105
jobStudio : ReadonlyDeep < JobStudio >
105
106
studioBlueprint : ReadonlyDeep < WrappedStudioBlueprint >
106
107
studioBlueprintConfig : ProcessedStudioConfig | undefined
You can’t perform that action at this time.
0 commit comments