MCPcopy 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 */
17export function getSdkProtocolVersion(): number {
18 return SDK_PROTOCOL_VERSION;
19}

Callers 1

verifyProtocolVersionMethod · 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…