MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / code

Function code

packages/ast/parse/linen/spec-helpers/index.js:25–27  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

23}
24
25function code(value) {
26 return { type: 'code', value, source: `\`${value}\`` };
27}
28
29function pre(value, language) {
30 return { type: 'pre', value, source: `\`\`\`${value}\`\`\``, language };

Callers 1

index.spec.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected