Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
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
splitByPattern
Function · 0.85
Tested by
no test coverage detected