Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getNextMessageId
Method
getNextMessageId
deps/v8/test/debugger/test-api.js:236–238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
234
// --- Internal methods. -----------------------------------------------------
235
236
getNextMessageId() {
237
return
this.nextMessageId++;
238
}
239
240
createMessage(method, params) {
241
const
id = this.getNextMessageId();
Callers
1
createMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected