MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / me

Method me

cli/src/utils/codebuff-api.ts:178–178  ·  view source on GitHub ↗

Fetch user details from /api/v1/me

(
    fields: readonly T[],
  )

Source from the content-addressed store, hash-verified

176
177 /** Fetch user details from /api/v1/me */
178 me<T extends UserField>(
179 fields: readonly T[],
180 ): Promise<ApiResponse<UserDetails<T>>>
181

Callers 1

fetchUserDetailsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected