Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
49
export
function
getAuthorByKey(authorKey: string): Author | undefined {
50
return
authors[authorKey];
51
}
Callers
1
content-collections.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected