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

File index.js

packages/ast/parse/linen/linkify/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function splitByPattern(tokens, pattern) {
2 const result = [];
3 for (let index = 0, length = tokens.length; index < length; index++) {
4 const token = tokens[index];

Callers

nothing calls this directly

Calls 1

splitByPatternFunction · 0.85

Tested by

no test coverage detected