MCPcopy 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
33function code(value) {
34 return { type: 'code', value, source: `\`${value}\`` };
35}
36
37function pre(value) {
38 return { type: 'pre', value, source: `\`\`\`${value}\`\`\`` };

Callers 1

index.spec.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected