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

Function getClientSurface

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected