Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/buildbot/buildbot
/ toObject
Method
toObject
www/data-module/src/data/DataClient.test.ts:34–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
toObject() {
35
return
{
36
testid: this.testid,
37
testdata: this.testdata
38
};
39
}
40
}
41
42
class
TestDescriptor implements IDataDescriptor<TestDataClass> {
Callers
1
DataClient.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected