Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buildbot/buildbot
/ generateId
Method
generateId
www/data-module/src/data/WebSocketClient.ts:97–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
generateId() {
98
this.lastId = this.lastId + 1;
99
return
this.lastId;
100
}
101
102
// High level api. Maintain a list of subscribers for one event path
103
subscribe(eventPath: string, subscriber: any) {
Callers
1
send
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected