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

Function str

src/components/messageActions.tsx:69–69  ·  view source on GitHub ↗
(k: string)

Source from the content-addressed store, hash-verified

67 extract: (input: Record<string, unknown>) => string | undefined;
68};
69const str = (k: string) => (i: Record<string, unknown>) => typeof i[k] === 'string' ? i[k] : undefined;
70const PRIMARY_INPUT: Record<string, PrimaryInput> = {
71 Read: {
72 label: 'path',

Callers 1

messageActions.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected