MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / buildGetUserStatusRequest

Function buildGetUserStatusRequest

src/windsurf.js:1397–1399  ·  view source on GitHub ↗
(apiKey)

Source from the content-addressed store, hash-verified

1395// Verified via extracted FileDescriptorProto on 2026-04-21 (scripts/ls-protos).
1396
1397export function buildGetUserStatusRequest(apiKey) {
1398 return writeMessageField(1, buildMetadata(apiKey));
1399}
1400
1401export function extractUserStatusBytes(getUserStatusResponseBuf) {
1402 if (!getUserStatusResponseBuf || getUserStatusResponseBuf.length === 0) return null;

Callers 1

getUserStatusMethod · 0.90

Calls 2

writeMessageFieldFunction · 0.90
buildMetadataFunction · 0.70

Tested by

no test coverage detected