MCPcopy Index your code
hub / github.com/buildbot/buildbot / ChangesourceDescriptor

Class ChangesourceDescriptor

www/data-module/src/data/classes/Changesource.ts:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46export class ChangesourceDescriptor implements IDataDescriptor<Changesource> {
47 restArrayField = "changesources";
48 fieldId: string = "changesourceid";
49
50 parse(accessor: IDataAccessor, object: any) {
51 return new Changesource(accessor, object);
52 }
53}
54
55export const changesourceDescriptor = new ChangesourceDescriptor();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected