MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / pre

Function pre

packages/ast/parse/slack/spec-helpers/index.js:29–31  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

27}
28
29function pre(value) {
30 return { type: 'pre', value, source: `\`\`\`${value}\`\`\`` };
31}
32
33function user(id, label) {
34 return {

Callers 1

index.spec.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected