MCPcopy
hub / github.com/buildbot/buildbot / ParentDescriptor

Class ParentDescriptor

www/data-module/src/data/DataMultiCollection.test.ts:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50class ParentDescriptor implements IDataDescriptor<TestParentClass> {
51 restArrayField = "parents";
52 fieldId: string = 'parentid';
53
54 parse(accessor: BaseDataAccessor, object: any) {
55 return new TestParentClass(accessor, object);
56 }
57}
58
59const parentDescriptor = new ParentDescriptor();
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected