Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/ peg$f91
Function
peg$f91
packages/graph/src/grammar.js:1093–1098 ·
view source on GitHub ↗
(elements)
Source
from the content-addressed store, hash-verified
1091
return
result;
1092
}
1093
function
peg$f91(elements) {
1094
return
{
1095
type
:
'Pattern'
,
1096
elements: elements
1097
};
1098
}
1099
function
peg$f92(head, tail) {
1100
const
result = [head];
1101
for
(
const
elem of tail) {
Callers
1
peg$parsePattern
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected