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

Method constructor

www/data-module/src/data/DataClient.test.ts:24–27  ·  view source on GitHub ↗
(accessor: BaseDataAccessor, object: any)

Source from the content-addressed store, hash-verified

22 testid!: number;
23
24 constructor(accessor: BaseDataAccessor, object: any) {
25 super(accessor, "tests", String(object.testid));
26 this.update(object);
27 }
28
29 update(object: any) {
30 this.testid = object.testid;

Callers

nothing calls this directly

Calls 2

updateMethod · 0.95
StringClass · 0.50

Tested by

no test coverage detected