MCPcopy
hub / github.com/buildbot/buildbot / MasterDescriptor

Class MasterDescriptor

www/data-module/src/data/classes/Master.ts:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47export class MasterDescriptor implements IDataDescriptor<Master> {
48 restArrayField = "masters";
49 fieldId: string = "masterid";
50
51 parse(accessor: IDataAccessor, object: any) {
52 return new Master(accessor, object);
53 }
54}
55
56export const masterDescriptor = new MasterDescriptor();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected