MCPcopy
hub / github.com/buildbot/buildbot / getChanges

Method getChanges

www/data-module/src/data/classes/Build.ts:72–74  ·  view source on GitHub ↗
(query: RequestQuery = {})

Source from the content-addressed store, hash-verified

70 }
71
72 getChanges(query: RequestQuery = {}) {
73 return this.get<Change>("changes", query, changeDescriptor);
74 }
75
76 getSteps(query: RequestQuery = {}) {
77 return this.get<Step>("steps", query, stepDescriptor);

Callers 2

ChangesTabWidgetFunction · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected