Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/copilot-sdk
/ getSdkProtocolVersion
Function
getSdkProtocolVersion
nodejs/src/sdkProtocolVersion.ts:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
* @returns The protocol version number
16
*/
17
export
function
getSdkProtocolVersion(): number {
18
return
SDK_PROTOCOL_VERSION;
19
}
Callers
1
verifyProtocolVersion
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…