Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ code
Function
code
packages/ast/parse/discord/spec-helpers/index.js:33–35 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
31
}
32
33
function
code(value) {
34
return
{
type
:
'code'
, value, source: `\`${value}\`` };
35
}
36
37
function
pre(value) {
38
return
{
type
:
'pre'
, value, source: `\`\`\`${value}\`\`\`` };
Callers
1
index.spec.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected