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

Function generateShortWordSlug

src/utils/words.ts:796–800  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

794 * Example: "graceful-unicorn", "cosmic-lighthouse"
795 */
796export function generateShortWordSlug(): string {
797 const adjective = pickRandom(ADJECTIVES)
798 const noun = pickRandom(NOUNS)
799 return `${adjective}-${noun}`
800}
801

Callers 1

initReplBridgeFunction · 0.85

Calls 1

pickRandomFunction · 0.85

Tested by

no test coverage detected