MCPcopy Create free account
hub / github.com/codeaashu/claude-code / generateGenericDescription

Function generateGenericDescription

src/utils/permissions/bashClassifier.ts:55–61  ·  view source on GitHub ↗
(
  _command: string,
  specificDescription: string | undefined,
  _signal: AbortSignal,
)

Source from the content-addressed store, hash-verified

53}
54
55export async function generateGenericDescription(
56 _command: string,
57 specificDescription: string | undefined,
58 _signal: AbortSignal,
59): Promise<string | null> {
60 return specificDescription || null
61}
62

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected