Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/npmx-dev/npmx.dev
/ toUserContentId
Function
toUserContentId
server/utils/readme.ts:277–279 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
275
}
276
277
function
toUserContentId(value: string): string {
278
return
`${USER_CONTENT_PREFIX}${value}`
279
}
280
281
function
toUserContentHash(value: string): string {
282
return
`#${withUserContentPrefix(value)}`
Callers
1
processHeading
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected