MCPcopy
hub / github.com/buildbot/buildbot / getByIdOrNull

Method getByIdOrNull

www/data-module/src/data/DataCollection.ts:134–136  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

132 }
133
134 getByIdOrNull(id: string): DataType | null {
135 return this.byId.get(id) ?? null;
136 }
137
138 @action initial(data: any[]) {
139 // put items one by one if not already in the array if they are that means they come from an

Callers 7

resolveGridDataFunction · 0.80
ConsoleView.tsxFile · 0.80
BuildsTable.tsxFile · 0.80
renderConnectedMastersFunction · 0.80
renderWorkerRecentBuildsFunction · 0.80
renderBuildFunction · 0.80
hasActiveMasterFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected