MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getClientSurface

Function getClientSurface

src/utils/commitAttribution.ts:230–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 * Get the current client surface from environment.
229 */
230export function getClientSurface(): string {
231 return process.env.CLAUDE_CODE_ENTRYPOINT ?? 'cli'
232}
233
234/**
235 * Build a surface key that includes the model name.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected