MCPcopy Create free account
hub / github.com/Codehagen/Badget / getAuthorByKey

Function getAuthorByKey

src/data/authors.ts:49–51  ·  view source on GitHub ↗
(authorKey: string)

Source from the content-addressed store, hash-verified

47
48// Simple function to get author by key (for the simplified approach)
49export function getAuthorByKey(authorKey: string): Author | undefined {
50 return authors[authorKey];
51}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected