Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ source
Function
source
packages/ast/parse/slack/spec-helpers/index.js:1–3 ·
view source on GitHub ↗
(children)
Source
from the content-addressed store, hash-verified
1
function
source(children) {
2
return
children.map((child) => child.source).join(
''
);
3
}
4
5
function
root(children) {
6
return
{
type
:
'root'
, children, source: source(children) };
Callers
9
root
Function · 0.70
bold
Function · 0.70
italic
Function · 0.70
strike
Function · 0.70
user
Function · 0.70
channel
Function · 0.70
command
Function · 0.70
url
Function · 0.70
quote
Function · 0.70
Calls
1
map
Method · 0.80
Tested by
no test coverage detected